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

Python Gtk3 Create Cell Of Treeview With A Color Field

I want to fill a cell of a treeview with a color field and searching for a good method to do this. … Read more Python Gtk3 Create Cell Of Treeview With A Color Field

Pango Attributes With Pygobject

I have the following code, that uses pygtk: attr = pango.AttrList() attr.change(pango.AttrSize(( … Read more Pango Attributes With Pygobject

How To Create A Complete Menu Using Gio Actions In Pygi Gtk?

I'm trying to convert the menubar in my Gtk app so it will use GActions(from the Gio) as oppose… Read more How To Create A Complete Menu Using Gio Actions In Pygi Gtk?

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

Gtk3 Replace Child Widget With Another Widget

I'm looking for a way to remove a widget from its parent (whatever that may be - a VBox, a Grid… Read more Gtk3 Replace Child Widget With Another Widget

Best Way To Set Entry Background Color In Python Gtk3 And Set Back To Default

What is the best way to set background color for one entry and set it back to the default color? My… Read more Best Way To Set Entry Background Color In Python Gtk3 And Set Back To Default

How To Get The Attachment Values When A Widget Has Been Attached To A Grid

This will show all attributes and their values of an existing widget: (I got the idea from user2855… Read more How To Get The Attachment Values When A Widget Has Been Attached To A Grid

Error "Could Not Find Any Typelib For Gtk" With Python3 And GTK3

I cannot make Python3 work with GTK3. I'm in a cluster context and I had everything recompiled … Read more Error "Could Not Find Any Typelib For Gtk" With Python3 And GTK3

Best Way To Set Entry Background Color In Python GTK3 And Set Back To Default

What is the best way to set background color for one entry and set it back to the default color? My… Read more Best Way To Set Entry Background Color In Python GTK3 And Set Back To Default