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

Making Rows In A Gtk Treeview Unselectable

I want to make select rows of a PyGTK Tree-view (coupled to a List Store) un-selectable and if poss… Read more Making Rows In A Gtk Treeview Unselectable

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

Gtk3 Replace Child Widget With Another Widget

I'm looking for a way to remove a widget from its parent (whatever that may be - a VBox, a Grid… Read more Gtk3 Replace Child Widget With Another Widget

Extending From Gtkbin

I'm trying to make a custom widget that resembles the 'quick search' entry that Gtk use… Read more Extending From Gtkbin

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

How Do I Update/redraw A Gtk Widget (gtklabel) Internally Without A Key Press Event Using Python?

I have some code below that is attempting to update a GTK Label element. I'm including two fil… Read more How Do I Update/redraw A Gtk Widget (gtklabel) Internally Without A Key Press Event Using Python?