tkinter
Multiple Functions Bound to a Single Widget
I\'m binding multiple functions to a single widget using 开发者_运维知识库the same sequence (in this case the \'<Button>\' sequence) in Tkinter. To do this I\'m using the add argument. Is it pos[详细]
2023-04-03 21:09 分类:问答Why can't I delete an method/attribute from a Tkinter Window?
I\'m trying to remove a method from an class instance derived from a Tkinter window using the delattr built in function. However, I get the following error. What am I doing wrong?[详细]
2023-04-03 17:35 分类:问答Fast loading and display of images in python (Utilizing Libjpeg Turbo in Python?)
I am currently creating an image viewer in python using Tkinter and PIL, but I want the image loading to be quicker. Therefore I would like to know how I could install and utilize Libjpeg Turbo with T[详细]
2023-04-03 10:53 分类:问答Add multiple Checkbutton and store the result in a list
I want to add several Checkbutton in my Tkinter app. I don\'t know the number of Checkbutton I insert when I launch the program (depend on a DB call).[详细]
2023-04-02 12:49 分类:问答ttk.Progressbar using python 3.1.4 tkinter 8.5 won't start
I\'ve written some python 3.1 code (really simple as im no programmer) and I\'m trying to put a GUI in it using tkinter 8.5 and python 3.1.4. The problem I\'m having is开发者_JS百科 that the progress[详细]
2023-04-02 08:48 分类:问答Why error is not tk attribute in python?
Why this error and why not tk attribute? Error: Traceback (most recent call last): File \"editor-new.py\", line 90, in <module>[详细]
2023-04-02 07:42 分类:问答Scrollable Frame() inside Text() in tkinter
I\'ve embedded 100 rows in 2 columns. Each row is inside a single frame, and all packed inside a text widget. I\'m trying to add a scroll bar, but it scrolls only text, while the columns won\'t move.[详细]
2023-04-02 04:10 分类:问答Tkinter binding a function with arguments to a widget
I have a tkinter frame and a button attached to it: from tkinter import * def rand_func(a,b,c,effects):[详细]
2023-04-02 03:07 分类:问答tkinter create labels and entrys dynamically
I want to create a simple GUI where I can enter some values. A label before and at the and an button to start the script.[详细]
2023-04-02 03:03 分类:问答Inheriting from Frame or not in a Tkinter application
I\'ve seen two basic ways of setting up a tkinter program.Is there any reason to prefer one to the other?[详细]
2023-04-02 03:01 分类:问答