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

Convert Gtkglade To Libglade For A Backwards Compatibility

I have a python gtk app that I am porting to an environment that can only use pygtk2.10. pygtk2.10 … Read more Convert Gtkglade To Libglade For A Backwards Compatibility

Asynchronously Updating Pygtk Tray Icon

As explained here, I have a simple tray icon using PyGTK. Being very new to GTK, it appears to me t… Read more Asynchronously Updating Pygtk Tray Icon

How To Display Continuous Data In A Py-gtk Window?

I was trying to build a simple stopwatch app using py-gtk. Here is the callback function for the to… Read more How To Display Continuous Data In A Py-gtk Window?

Pygtk Glib.timeout_add(): How To Tell If Timer Not Being Destroyed?

In my application I use a function to show GtkInfoBars with a timeout (as described https://stackov… Read more Pygtk Glib.timeout_add(): How To Tell If Timer Not Being Destroyed?

Update A Gtk.vbox Dynamically

I have been using this website pretty often in order to solve small issues that I have while progra… Read more Update A Gtk.vbox Dynamically

Socket Thread And Pygtk

I'm trying to write a instant messaging program, the basic ui is almost finished and i'm lo… Read more Socket Thread And Pygtk