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 do you find out which version of GTK+ is installed on Ubuntu?

I need to determine which version of GTK+ is installed on Ubuntu Man does not seem to help

linux ubuntu gtk gnome
How to show a GUI message box from a bash script in linux?

I'm writing a few little bash scripts under Ubuntu linux. I want to be able to run them from the …

linux bash scripting ubuntu gtk
How to make a GUI for bash scripts?

I want to make some graphical dialogs for my script but don't know how. I hear something about GTK-Server or …

user-interface bash gtk tcl tk
What should I choose: GTK+ or Qt?

Can someone suggest what's the best uses for those libraries today? Is it just GUI, or do they have database, …

linux qt gtk
GtkDialog mapped without a transient parent

I have a GUI built in Glade (3.18) which is called by a Python 3 program (using PyGObject). I get a lot …

gtk pygtk glade pygobject
GLib compile error (ffi.h), but libffi is installed

After a succesful configure, make exits with snipped gclosure.c:29:17: fatal error: ffi.h: No such file or directory compilation …

gtk glib
GLib-CRITICAL **: Source ID XXX was not found when attempting to remove it

I made a treeview with a treestore as model. The window is shown as expected, but when I click in …

c gtk gtk2 gtktreeview
installing gtk and glib

hi every one kindly tell me how to install glib and gtk i am using ubuntu 10.04. i did;nt find …

linux gtk glib
How to install gtk development dependencies on Ubuntu?

I have the code from GTK tutorial in base.c. I am working on Ubuntu and when I compile using $ …

c ubuntu gtk
"WindowsError: [Error 2] The system cannot find the file specified" is not resolving

I have created exe file of my python project by py2exe which have number of files. when i run …

python gtk pygtk