Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gtk

Gtk+ Python Entry Color

I'm trying to change the color of an entry gtk3 text. already searched everywhere and can not f… Read more Gtk+ Python Entry Color

Gtk Widget Shows Up With Delay

Using python3 and gi.repository, I want to have a Gtk.HeaderBar with a Gtk.Button that is replaced … Read more Gtk Widget Shows Up With Delay

Twisted + Gtk - Shutdown Not Working Properly

Using Python 2.6, Twisted 10.1, and GTK+ 2.22, with latest pygtk installed, I'm having problems… Read more Twisted + Gtk - Shutdown Not Working Properly

Changing The Selected Item Colour In A Gtktreeview Using Python

I have a dialog which contains a pygtk.treeview for listing tasks by priority. Each row has the bac… Read more Changing The Selected Item Colour In A Gtktreeview Using Python

Using A Gtk Window And Waiting For The Response

I am using PyGTK inside another application to take user input. I am building an window which has l… Read more Using A Gtk Window And Waiting For The Response

Simple Way To Toggle Fullscreen With F11 In Pygtk

I am not a professional programmer but am regularly using PyGTK and Cairo for data visualization te… Read more Simple Way To Toggle Fullscreen With F11 In Pygtk

Shutdown System Tray Icon On Pygobject

My vision of the program: icon in tray, left click on icon opens a window with shutdown, reboot, et… Read more Shutdown System Tray Icon On Pygobject

How To Avoid Closing Of Gtk.dialog In Python?

I have a form in a Gtk.Dialog which has an 'Ok' button and a 'Cancel' button. When … Read more How To Avoid Closing Of Gtk.dialog In Python?