Top "Gtk3" questions

The GIMP ToolKit (GTK+) in its version 3.x. GTK+ is a highly usable, feature-rich toolkit for creating graphical user interfaces (GUIs) that boasts cross platform compatibility and an easy to use API.

How to show a png image in Gtk3 with Python?

First of all, it is important to mention that I'm learning Python and Gtk+ 3, so I'm not an advanced programmer …

python user-interface gtk3 pygobject
Proper way of building Gtk3 applications in Python

I have just started learning about creating GUI apps in Python. I decided to use Gtk version 3. According to the (…

python gtk3
Install Gtk 3 for python on mac

I have installed python gtk3 using homebrew but it prints Warning: gtk+3-3.14.6 already installed but when i try to …

python macos homebrew gtk3
How do I make a gtkwindow background transparent on Linux?

I would like to make the background transparent, and only the widgets are visible. Here is my code: #include <…

gtk gtk3
is GTK 3.x a real cross-platform solution?

I have tasted both Qt 4.x/5.x and GTKmm 3.x and I really like GTKmm over Qt. Now I have …

c++ gtk cross-platform gtkmm gtk3
how to set a specific css class to a widget in gtk3? (c)

I'm trying css in gtk3 and I don't understand how to use specific class. C code: provider = gtk_css_provider_…

css gtk3
How to adjust the size of a GtkGrid cell?

I'm programming a little application in Python + Gtk3. I'm using a GtkGrid with one column and two rows. In the …

python user-interface gtk3 pygobject
Learning GUI programming with GTK+2 or GTK+3?

I am new to GUI programming, and I haven't found yet what library is best for my purpose (i want …

user-interface pygtk gtk2 gtk3
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 from the sources. …

python-3.x gtk3 pygobject gobject-introspection
Use glade with pygobject Gtk3

I am converting a script to use Gtk3 using the migration guide (Porting GTK2 to GTK3). I converted my import …

pygtk glade pygobject gtk3