Suppose I have the following Button made with Tkinter in Python: import Tkinter as Tk win = Tk.Toplevel()
I am trying to write a GUI (in fact a PyMOL plugin) with radio buttons. I need the radio buttons to be inside a function.I have two problems (if the radio buttons are outside a function I don´t have
I am writing a GUI Python application. I am using Tkinter + PythonMegaWidgets for semplicity reasons.
What I couldn\'t figure out is how to dynamically tag ranges of text with the Tkinter text widget. The idea is that when the user selects a range of text, it dynamically creates a tag to modify the st
This question already has answers here: How can I schedule updates (f/e, to update a clock) in tkinter?
I\'m getting a problem with Tkinter for python, I have a class, application(root): root is Tk(), and when I run the class without an __init__ function, it works okay, but crashes after I quit the prog
How are the \'units\' (what) from the Tkinter canvas scrolling methods xview(SCROLL, step, what) and yview(SCROLL, step, what) defined? Is it defined 开发者_如何学JAVAin pixels? Is it possible to chan
What I need is a tkinter window that is transparent, but with a image displayed on this window 开发者_StackOverflow中文版is not.
the subject says it all: is it po开发者_开发问答ssible to take an image present in the clipboard and save it to file under Tkinter?Here is a script that should get let you get arbitrary clipboard data
I am trying to check if the users cursor is in a text box by checking the Entries state value. However, I get \"AttributeError: Entry instance has no attribute \'state\'\". How do I check if the users