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

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

How To Create A Complete Menu Using Gio Actions In Pygi Gtk?

I'm trying to convert the menubar in my Gtk app so it will use GActions(from the Gio) as oppose… Read more How To Create A Complete Menu Using Gio Actions In Pygi 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?

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

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

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

Gtk +3 Textview Application Crashes

I have an application using a GtkTextView and GtkTextBuffer. Lines are added to the buffer with th… Read more Gtk +3 Textview Application Crashes

Python Gtk Drag And Drop - Get Url

I'm creating a small app must be able to receive URLs. If the apps window is open, I should be … Read more Python Gtk Drag And Drop - Get Url