ttk
Possible to create single pixel wide horizontal/vertical ttk.Separator's?
Is there a way to create single pixel wide horizontal and vertical ttk.Separator()\'s? Python 2.7/Windows: When I magnify the ttk Separators they are built as 2 parallel lines - one line gray and one[详细]
2023-01-29 11:01 分类:问答On-value-change type of event for widgets or use .trace_variable() technique?
Is there an on-value-change type of event for data input widgets like Entry, Text, Spinner, Checkbutton, Radiobutton? By on-value-change, I mean the ability to detect when the value of a widget has ch[详细]
2023-01-24 14:20 分类:问答Tkinter: Listbox separators, disabled items, keyboard navigation?
I\'m studying the Tkinter Listbox widget and have been unable to find solutions for the following functionality:[详细]
2023-01-24 02:27 分类:问答High(er) level frameworks that wrap Tkinter/ttk
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.[详细]
2023-01-21 22:29 分类:问答Python 2.7/Windows: How to control position of Tkinter common dialogs?
Python 2.7 under Windows: How can we control the position of Tkinter\'s common dia开发者_运维技巧logs?[详细]
2023-01-21 18:29 分类:问答Frame resizing issue in Tk/ttk python
I\'m creating a GUI using Tkinter/ttk in Python 2.7, and I\'m having an issue where a Frame will resize itself once a widget is placed inside of it. I am new to Python and haven\'t used Tkinter before[详细]
2023-01-21 17:34 分类:问答Create resizable/multiline Tkinter/ttk Labels with word wrap
Is it possible to create a multi-line label with word wrap that resizes in sync with the width of its parent? In other words the wordwrap behavior of Notepad as you change the width of the NotePad win[详细]
2023-01-21 14:22 分类:问答Configure tkinter/ttk widgets with transparent backgrounds, ttk frame background colors?
Is it possible to configure tkinter or ttk widgets (Label, Entry, Text) with a transparent background so that they can be placed in containers with cust开发者_如何学Com background colors or on top of[详细]
2023-01-21 14:20 分类:问答Python 2.7/Windows resizable ttk progressbar?
I\'m experimenting with Python 2.7\'s new Tkinter Tile support (ttk). Is there a way to make the ttk.Progressbar() control auto-resize in proportion to its parent container? In reading the documentati[详细]
2023-01-21 07:07 分类:问答Python 2.7: Themed "common dialog" tkinter interfaces via Ttk?
Python 2.7 (32-bit) Windows: We\'re experimenting with Python 2.7\'s support for themed Tkinter (ttk) for simple GUI\'s and have come away very impressed!! The one area where the new theme support see[详细]
2023-01-21 01:03 分类:问答
加载中,请稍侯......