Is there a way to add un开发者_JAVA百科do and redo capabilities in Tkinter Entry widgets or must I use single line Text widgets for this type of functionality?
Is there an on-value-change type of event for data input widgets like Entry, Text, Spinner, Checkbutton, Radiobutton? By on-value-change, I mean the ability to detect when the value of a widget has ch
Does Tkinter or underlying Tk framework support the ability to apply the equivalent of the attributes() method to Frames vs. Windows?
def WhoisWin(): win1 = Toplevel() win1.title(\"Whois\") win1.config(bg=\"black\") win1.geometry(\"300x300\")
I\'m looking for suggestions on how one might implement a toolbar that provides edit cut, copy, paste commands using the Tkinter framework. I understand how to build a toolbar and bind the toolbar com
Simplified question: For some reason the plot isn\'t updating when I hit my generate plots button. global f
Is there any way to customize t开发者_如何学Che border color of a Tkinter/ttk widgets or frames?Yes, you can create your own style and apply it to the widget or configure the attributes of an existing
I\'m studying the Tkinter Listbox widget and have been unable to find solutions for the following functionality:
What is the recommended technique for interactively validating content in a tkinter Entry widge开发者_C百科t?
I\'m having issues with redrawing the figure here. I allow the user to specify开发者_开发技巧 the units in the time scale (x-axis) and then I recalculate and call this function plots(). I want the plo