Top "Ttk" questions

Ttk is the themed widget set for the Tk toolkit, previously known as Tile.

How to make ttk.Treeview's rows editable?

Is there any way to use ttk Treeview with editable rows? I mean it should work more like a table. …

python treeview tkinter ttk
How to change ttk.progressBar color in python

Does anyone know how I can change the color of my ttk.progressBar? It now shows a green color, and …

python colors progress-bar ttk
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 …

python tkinter ttk tix
Changing ttk Button Height in Python

This seems like a silly question, but is it possible to change the height of a ttk button manually? Something …

tkinter ttk
How to set the background color of a ttk.Combobox

I have a problem to set background color for Combobox using tkinter ttk with 'vista' theme (I'm using Python 3). I've …

python-3.x combobox tkinter background-color ttk
Combining grid/pack Tkinter

I know there have been many questions on grid and pack in the past but I just don't understand how …

python tkinter ttk
Matplotlib Crashing tkinter Application

I am building an application that embeds a matplotlib figure into the GUI. The problem is that my app is …

python user-interface matplotlib tkinter ttk
3 Different issues with ttk treeviews in python

I am doing a chat client using a treeview with multiple columns in Python. This is the code for the …

python treeview ttk
How to make a ttk.Combobox callback

I was wondering if there was a way to invoke a call back from a ttk.Combobox when the user …

python combobox tkinter ttk
ttk.Treeview - Can't change row height

I'm using ttkcalendar.py which can be found in this link. I've adapted it for use in Python 3.3 Basically what …

python python-2.7 python-3.x tkinter ttk