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?

Save The Contents Of A Gtk.drawingarea Or Cairo Pattern To An Image On Disk

I've got a small PyGI project which uses a Cairo image surface, which I then scale with a surfa… Read more Save The Contents Of A Gtk.drawingarea Or Cairo Pattern To An Image On Disk

Making Rows In A Gtk Treeview Unselectable

I want to make select rows of a PyGTK Tree-view (coupled to a List Store) un-selectable and if poss… Read more Making Rows In A Gtk Treeview Unselectable

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

Asynchronously Updating Pygtk Tray Icon

As explained here, I have a simple tray icon using PyGTK. Being very new to GTK, it appears to me t… Read more Asynchronously Updating Pygtk Tray Icon

Cannot Run Python On Windows. What Am I Missing?

I am pretty new to python. Please correct me if I show stupidity. So I am trying to run the followi… Read more Cannot Run Python On Windows. What Am I Missing?

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

Remove Inner Border On Gtk.Button

I would like to remove border on a gtk.Button and also set its size fixed. How can I accomplish tha… Read more Remove Inner Border On Gtk.Button

How Do I Update/redraw A GTK Widget (GTKLabel) Internally Without A Key Press Event Using Python?

I have some code below that is attempting to update a GTK Label element. I'm including two fil… Read more How Do I Update/redraw A GTK Widget (GTKLabel) Internally Without A Key Press Event Using Python?

How To Set Location Of Gtk Button In Gtk Overlay

So currently I have a Gtk Overlay. I can bring up my button that I would like to position using Gt… Read more How To Set Location Of Gtk Button In Gtk Overlay

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