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

How To Introspectively Connect Handlers To Signals?

gtk.Builder is capable to identify all signals that a GUI (described in a XML file) can emit and wi… Read more How To Introspectively Connect Handlers To Signals?

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

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?

Overriding Virtual Methods In Pygobject

I'm trying to implement the Heigh-for-width Geometry Management in GTK with Python for my custo… Read more Overriding Virtual Methods In Pygobject

Remove Border Of A Gtk.button

I want to remove the border of the gtk.button, but i Don't know how to do it. I tried with : bu… Read more Remove Border Of A Gtk.button