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

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

Widget Toolkits For Python 3

Because I like to future-proof my programs as much as I possibly can, I use the latest technologies… Read more Widget Toolkits For Python 3

Python Gtk+ Development In Linux Using Eclipse + Pydev, Unresolved Import: Gtk

I just tried to write my first Gtk+ program using python in linux mint with Eclipse + PyDev, but I … Read more Python Gtk+ Development In Linux Using Eclipse + Pydev, Unresolved Import: Gtk

Python Widget/gui Framework

What is the best framework to use for building the GUI on a python widget? I'm currently using … Read more Python Widget/gui Framework

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

Dbus Variant: How To Preserve Boolean Datatype In Python?

I've been experimenting with dbus lately. But I can't seem to get my dbus Service to guess … Read more Dbus Variant: How To Preserve Boolean Datatype In Python?

How Do You Change Alternating Background Row Colors Of A Gtk.treeview In Pygtk?

I'm trying to change the alternating background color of a treeview. I know that this should no… Read more How Do You Change Alternating Background Row Colors Of A Gtk.treeview In Pygtk?