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

Forwarding Keypresses In Gtk

I'm writing a bit of code for a Gedit plugin. I'm using Python and the interface (obviously… Read more Forwarding Keypresses In Gtk

How To Install Pygtk Within Virtualenv?

I installed ipython in a virtual env (1.13 with 2.7.2) and tried ipython -gui=gtk but still got the… Read more How To Install Pygtk Within Virtualenv?

Pygtk : Destroying Combobox Causes Error

My aim is to destroy a combobox if one of its items is active. I wrote this test code : import pygt… Read more Pygtk : Destroying Combobox Causes Error

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

Installing Gtk+ On Mac Osx 10.11.4 El-capitan

I have a macbook pro with osx 10.11.4 El-Capitan. I use zsh, which I wonder could be causing proble… Read more Installing Gtk+ On Mac Osx 10.11.4 El-capitan

Gtk Treeview: 20-line Minimal Script Won't Show Treeview Itself Within The Window: What's Wrong?

I've got a simplest TreeView example possible, mostly copied from basictreeview.py, but even si… Read more Gtk Treeview: 20-line Minimal Script Won't Show Treeview Itself Within The Window: What's Wrong?