So I开发者_高级运维 downloaded Snack and put the Snacklib in python/tcl and put the tkSnack.py into python/Lib but i still dont get any sound.I\'m not getting any errors but im still not getting any s
I want to create a toolbar for a text widget that allows you to select bold or italic text, as well as their combination (bold and italic together).
The size of Tkinter windows can be controlled via the following methods: .minsize() .maxsize() .resizable()
Is there a way to create single pixel wide horizontal and vertical ttk.Separator()\'s? Python 2.7/Windows: When I magnify the ttk Separators they are built as 2 parallel lines - one line gray and one
i have a small application. I want my target us开发者_StackOverflow社区ers(windows,linux) to be able to start and exit the application from the system tray. I intend to use Tkinter because of its low
For some reason, this Button is automatically calling bot_analysis_frame without the button being pressed. I\'m guessing it\'s because the command is a function with arguments.
I\'m trying to make a simple GUI calculator in Python with Tkinter. However the widths of the buttons will often be off by 1 or 2 pixels. Is there any way to force all the buttons to have the same wid
I\'ve been messing with the Tkinter Canvas widget in order to see if I could make some aesthetically pleasing widgets, and I have a few questions.
I have implemented an informational popup in a python app using a Tkinter Menu widget.I have a Text widget on a canvas in the root window. I created a Menu widget that has root as its parent.When I de
I\'d like t开发者_如何学运维o remove focus from a widget manually.You can focus to another dummy widget.