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

How To Search Through A Gtk.liststore In Pygtk And Remove Elements?

I have the following code (where store is a gtk.ListStore and titer is a gtk.TreeIter. The docs say… Read more How To Search Through A Gtk.liststore In Pygtk And Remove Elements?

Why Does The Popen() Function Behave Differently In Python And Pygtk?

I wrote these two lines in a Python program and they worked fine : subprocess.Popen('./prog inf… Read more Why Does The Popen() Function Behave Differently In Python And Pygtk?

How Export Methods With Dbus In A Extended Class In Python, Inherited Methods?

I have a top class and classes that extend the top class, but almost all methods from the child cla… Read more How Export Methods With Dbus In A Extended Class In Python, Inherited Methods?

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

Set Position Of Image In A Window Using Pygtk

Is it possible to set the position of an image using pygtk? import pygtk import gtk class Example:… Read more Set Position Of Image In A Window Using Pygtk

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