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

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)

Pygtk : Destroying Combobox Causes Error

My aim is to destroy a combobox if one of its items is active. I wrote this test code : import pygt… Read more Pygtk : Destroying Combobox Causes Error

Draw A Svg Image In Gtk3 From Svg Source In Python

As I can do it easily in PyQt like this: img = ''' Read more Draw A Svg Image In Gtk3 From Svg Source In Python

Remove Inner Border On Gtk.button

I would like to remove border on a gtk.Button and also set its size fixed. How can I accomplish tha… Read more Remove Inner Border On Gtk.button

Gtk.builder() And Multiple Glade Files Breaks

I have a glade gui, and I want to insert another object using a glade file as well. When I do it … Read more Gtk.builder() And Multiple Glade Files Breaks

Update A Label In Gtk, Python

I am learning GTK at the moment. Feels like i am loosing my time with the documentation. And tutori… Read more Update A Label In Gtk, Python

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

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