GTK (formerly GTK+) is a toolkit for creating graphical user interfaces (GUIs) with cross platform compatibility and an easy to use API.
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 gtk3I am using Opensuse 13.1 Linux Os. I am new to gtk2 and c. I am trying to create a application …
c user-interface gtk gtk2GTK allows you to set a timeout with g_timeout_add. Just like g_signal_connect, the g_timeout_add …
gtk glibI'm trying to find a way to find out which key is pressed down in C. This will be in …
c gtk gtk2I'm using the C-style GTK functions in C++ and I can't figure out how to set the cursor for the …
c gtk mouse-cursorI have a GTK program running on Ubuntu 10.04 that hangs in interruptible state, and I'd like to understand the output …
memory gtk ubuntu-10.04 straceI’ve spent some time learning Ruby, and I wanted to move over to some GUI programming. GNOME 3 is the …
ruby gtk gnomeWhen creating a GtkNotebook in Glade, I get 3 tabs by default. How can I add another tab?
c gtk glade