I\'m trying to embed a plot in my Tkinter GUI coded in Python. I believe the code below succeeds in simply putting a graph into a canvas, but I don\'t have any control of the canvas location within th
Python 2.7/Windows: My understanding is that we can load custom mouse cursors using the cursor=\'@file.cur\' syntax:
I have a paragraph of help information that I would like to display in a window with an \"ok\" button at the bottom. My issue is formatting...I want to be able to simply set the paragraph equal to a v
I have a Tkinter GUI where there is a Scale object.I have a callback assigned (by the command constructor parameter) to perform an action when the user changes the scale position.However, there is als
Are Tkinter StringVar (IntVar, FloatVar, etc) thread safe, eg. can a background thread read or write to these objects? Or must I use a Queue to pass information between my background thread and my mai
I\'m a full time c# developer, but I want to get more into Python. At the same time, I have a friend who will learn it with me, he however has no programming knowledge.
Any suggestions on how one might create event bindings that would allow a user to mouse drag a window without borders, eg. a window created with overridedirect(1)?
I am writing a small diagram drawing application (similar to Graphviz in spirit), and need a GUI library that would allow me to embed a canvas capable of drawing anti-aliased lines and text. I want to
Curious if there are any higher level frameworks that attempt to wrap Tkinter? For example, wxPython is wrapped by the Dabo framework (http://dabodev.com/) and PythonCard.
Python 2.7 under Windows: How can we control the position of Tkinter\'s common dia开发者_运维技巧logs?