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

Using A Gtk Window And Waiting For The Response

I am using PyGTK inside another application to take user input. I am building an window which has l… Read more Using A Gtk Window And Waiting For The Response

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

Ubuntu - Anaconda 2020.02 - Namespace Gtk Not Available

This is on Ubuntu 16.04 LTS. I've run into the same issue as this question: ValueError: Names… Read more Ubuntu - Anaconda 2020.02 - Namespace Gtk Not Available

Gtk+ Python Entry Color

I'm trying to change the color of an entry gtk3 text. already searched everywhere and can not f… Read more Gtk+ Python Entry Color

Serious Instability With Pygtk 2.22 And Python 2.6

Has anybody come across this? I've taken the GTK HelloWorld sample. It runs fine. However, if … Read more Serious Instability With Pygtk 2.22 And Python 2.6

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?

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?

Pygtk Glib.timeout_add(): How To Tell If Timer Not Being Destroyed?

In my application I use a function to show GtkInfoBars with a timeout (as described https://stackov… Read more Pygtk Glib.timeout_add(): How To Tell If Timer Not Being Destroyed?