tkinter
How to pass arguments to a Button command in Tkinter?
Suppose I have the following Button made with Tkinter in Python: import Tkinter as Tk win = Tk.Toplevel()[详细]
2023-03-24 14:19 分类:问答tkinter radio buttons does not work inside function
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[详细]
2023-03-24 14:05 分类:问答{PYTHON + TKINTER} "Type cast" problem: How to retrieve Custom frame objects from a Pmw.NoteBook?
I am writing a GUI Python application. I am using Tkinter + PythonMegaWidgets for semplicity reasons.[详细]
2023-03-24 07:41 分类:问答Dynamic text tagging with tkinter
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[详细]
2023-03-23 20:39 分类:问答Python Tkinker events [duplicate]
This question already has answers here: How can I schedule updates (f/e, to update a clock) in tkinter?[详细]
2023-03-23 17:46 分类:问答Tkinter Class "must be str not tuple" TypeError Python
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[详细]
2023-03-23 12:34 分类:问答Python Tkinter canvas.xview units
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[详细]
2023-03-23 10:23 分类:问答Transparent Window Background (Python Tkinter)
What I need is a tkinter window that is transparent, but with a image displayed on this window 开发者_StackOverflow中文版is not.[详细]
2023-03-23 09:06 分类:问答save the image in the clipboatd - in Python/Tkinter
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[详细]
2023-03-23 05:58 分类:问答Tkinter Python Entry state attribute
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[详细]
2023-03-22 20:13 分类:问答