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

Need Example/help With Gtktextbuffer (of Gtktextview) Serialize/deserialize

I am trying to save user's bold/italic/font/etc tags in a GtkTextView. Using GtkTextBuffer.get_… Read more Need Example/help With Gtktextbuffer (of Gtktextview) Serialize/deserialize

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

Include A Library In Python Application

I am trying to find a way to include a library in a Ubuntu/Python/PyGtk application even though It … Read more Include A Library In Python Application

Gtk Keybinder Does Not Respond

I'm using a Keybinder in a Gtk+3 application, but it doesn't get any key combinations. Here… Read more Gtk Keybinder Does Not Respond

Twisted + Gtk - Shutdown Not Working Properly

Using Python 2.6, Twisted 10.1, and GTK+ 2.22, with latest pygtk installed, I'm having problems… Read more Twisted + Gtk - Shutdown Not Working Properly

Gtk Widget Shows Up With Delay

Using python3 and gi.repository, I want to have a Gtk.HeaderBar with a Gtk.Button that is replaced … Read more Gtk Widget Shows Up With Delay

Detecting When A Gtk Window Is Done Moving/resizing By The User

I want to detect when the user finished re-sizing or moving the GTK window. Basically an equivalent… Read more Detecting When A Gtk Window Is Done Moving/resizing By The User

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