ttk
TTK error in programms with LTK
After upgrade开发者_开发问答 of the system from Ubuntu 10.10 to Ubuntu 11.04, have a problem with LTK.[详细]
2023-04-04 08:03 分类:问答can't set background color ttk python os x using styles
With this code fragment, I would expect the label to have a background color red. def createWidgets(self):[详细]
2023-03-21 01:11 分类:问答How to start ttk.Progressbar?
I am h开发者_运维知识库aving trouble with getting the progressbar to start. I have scoured the internet for answers, and have tried multiple ways for hours, but have been rewarded with errors such as:[详细]
2023-03-10 08:53 分类:问答How to control the tkinter combobox selection highlighting
I wrote a small farad converter to learn GUI programming. It works great, looks fine-ish.The only problem is I can\'t seem to figure out how to control this strange highlighting that comes up on my tt[详细]
2023-02-15 09:06 分类:问答How to create a tree view with checkboxes in Python
I\'ve been 开发者_如何转开发using Tkinter and Tix to write a small program. I\'m at a point where I need a tree view with checkboxes (checkbuttons) so I can select items from the tree view.[详细]
2023-02-12 23:17 分类:问答How do I make my ttk widgets look modern?
I am having a problem with tkinter.ttk on mac. I am using macports and python3.1. When I try to use tkinter.ttk I get very old looking gui elements.[详细]
2023-02-12 06:12 分类:问答How to enable the use of the gui resources on mac
I am having a problem with tkinter.ttk on mac. I am using macports and python3.1. When I try to use tkinter.ttk I get very old looking gui elements.[详细]
2023-02-06 21:24 分类:问答When to use pack or grid layouts in tkinter?
Are there any best practice tips regarding when one should use pack vs. grid for their layouts? From what I\'ve been reading via google, the concencus seems to be that grid can handle any pack scenar[详细]
2023-01-29 23:32 分类:问答Python/Tkinter: pack equivalent of grid_remove(), eg. pack_remove()?
Is there a pack equivalent of the grid_remove() method where a widget\'s original pack() settings are restored on a re-pack()?[详细]
2023-01-29 22:53 分类:问答How to set the min and max height or width of a Frame?
The size of Tkinter windows can be controlled via the following methods: .minsize() .maxsize() .resizable()[详细]
2023-01-29 11:02 分类:问答