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

How To Change/switch Windows Using Gtk.application Gtk+3 Glade Python?

I read this tutorial- https://python-gtk-3-tutorial.readthedocs.io/en/latest/application.html It sa… Read more How To Change/switch Windows Using Gtk.application Gtk+3 Glade Python?

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

Simple Way To Toggle Fullscreen With F11 In Pygtk

I am not a professional programmer but am regularly using PyGTK and Cairo for data visualization te… Read more Simple Way To Toggle Fullscreen With F11 In Pygtk

Gtk Widget Shows Up With Delay

Using python3 and gi.repository, I want to have a Gtk.HeaderBar with a Gtk.Button that is replaced … Read more Gtk Widget Shows Up With Delay

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?

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

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

How Do I Get The Size Of A Pygtk Window?

I'm trying to use gtk.window.get_size(), but it always just returns the default width and heigh… Read more How Do I Get The Size Of A Pygtk Window?