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

How Do I Get The Size Of A Pygtk Window?

I'm trying to use gtk.window.get_size(), but it always just returns the default width and heigh… Read more How Do I Get The Size Of A Pygtk Window?

How To Set Location Of Gtk Button In Gtk Overlay

So currently I have a Gtk Overlay. I can bring up my button that I would like to position using Gt… Read more How To Set Location Of Gtk Button In Gtk Overlay

Python, Quickly And Glade, Showing Stdout In A Textview

I've spent ages looking for a way to do this, and I've so far come up with nothing. :( I&#… Read more Python, Quickly And Glade, Showing Stdout In A Textview

Gui Freezes When Clicking A Button In Pygtk

I know this may be a recurring question, but I don't get the point in the other answers to that… Read more Gui Freezes When Clicking A Button In Pygtk

Build Failure During Install Py25-gtk On Mac Os X 10.6 Using Macports 1.8

When I do this command : sudo port clean py25-gtk sudo port install py25-gtk I get this error : --… Read more Build Failure During Install Py25-gtk On Mac Os X 10.6 Using Macports 1.8

Import Gtk/glib Produces Importerror: Dll Load Failed

I installed the latest versions of python (2.6.5), gtk+, pygtk (and friends) from their respective … Read more Import Gtk/glib Produces Importerror: Dll Load Failed

Decoding Json From Reddit Api In Python Using Praw

I am using PRAW for Reddit API in a Python/GTK application. I have been successful in using the AP… Read more Decoding Json From Reddit Api In Python Using Praw

Pygtk: Asynchronous Output Implemented With Io_add_watch Blocks When Printing Large Output Dataset

I'm writing a GTK+ GUI program with a python command line emulator. My python command line is i… Read more Pygtk: Asynchronous Output Implemented With Io_add_watch Blocks When Printing Large Output Dataset