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

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

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

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 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?

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

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

Bundling Gtk Resources With Py2exe

I'm using Python 2.6 and PyGTK 2.22.6 from the all-in-one installer on Windows XP, trying to bu… Read more Bundling Gtk Resources With Py2exe

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