Top "Gtk" questions

GTK (formerly GTK+) is a toolkit for creating graphical user interfaces (GUIs) with cross platform compatibility and an easy to use API.

How can I change the font size in GTK?

Is there an easy way to change the font size of text elements in GTK? Right now the best I …

python fonts gtk pygtk gtk2
R fails after installing GTK and RGtk2

I've installed R3.0 on my Mountain Lion Mac and after some trial and error the version of GTK suggested by …

r gtk rgtk2
Gigantic Tabs in Eclipse on Ubuntu

EDIT: For anyone coming to this question through searching, you can install a Gnome Theme called Clearlooks Compact to shorten …

eclipse ubuntu user-interface gtk
GTK detecting window resize from the user

In GTK (or pygtk or gtkmm...) How can I detect that an application window has been manually resized by the …

gtk signals resize
Changing the look of new Gnome 3 title bars in with a GTK3 theme

I have a GTK3/Metacity theme which uses dark title bars. Recent versions of Gnome 3 combine title- and toolbars, e.…

gtk themes gnome gtk3 gnome-3
How do I link gtk library more easily with cmake in windows?

I'm now doing it in a very ugly way by manually including all the required path(the gtk bundle is …

windows gtk cmake gtk2
Is there a gi.repository documentation for python?

I'm looking for a gi.repository module documentation and I can't find anything on the internet. All I found is …

python gtk pygtk gtk3
Charting widget for GTK or Qt

Is there a widget for GTK or Qt that would allow me to draw stock charts like this? http://smartquant.…

qt gtk charts stocks
Scale an image in GTK

In GTK, how can I scale an image? Right now I load images with PIL and scale them beforehand, but …

python user-interface image gtk pygtk
Programmatically close gtk window

If you have a sub-window in GTK and you want to close it programmatically (e.g., pressing a save button …

gtk pygtk