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

Widget Toolkits For Python 3

Because I like to future-proof my programs as much as I possibly can, I use the latest technologies… Read more Widget Toolkits For Python 3

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

Detecting When A Gtk Window Is Done Moving/resizing By The User

I want to detect when the user finished re-sizing or moving the GTK window. Basically an equivalent… Read more Detecting When A Gtk Window Is Done Moving/resizing By The User

Gtkaboutdialog Close Button Bug

I use GtkAboutDialog and everything works fine except the close button of this widget. All other bu… Read more Gtkaboutdialog Close Button Bug

Gtk-warning **: Locale Not Supported By C Library. While Using Several Python Modules (mayavi, Spectral)

I updated my MacBook to Mavericks, reinstalled Macports and all Python 2.7 modules I usually use. W… Read more Gtk-warning **: Locale Not Supported By C Library. While Using Several Python Modules (mayavi, Spectral)

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?

Creating Clickable Areas On Screen With Pygtk

Hey guys I've run into a problem that I don't know how to solve. I just met with a team to … Read more Creating Clickable Areas On Screen With Pygtk

Gtk Keybinder Does Not Respond

I'm using a Keybinder in a Gtk+3 application, but it doesn't get any key combinations. Here… Read more Gtk Keybinder Does Not Respond