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

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

Python Gtk Notebook Focus Chain

I'm trying to setup a window with a notebook and some pages. Within the pages, there will be so… Read more Python Gtk Notebook Focus Chain