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.

Where GTK finds icon names to use with gtk_image_new_from_icon_name()?

GTK can construct images by name of the "icon from current icon theme". For example: #!/usr/bin/env python import …

gtk
How to change the highlight color in autocomplete box in Eclipse

I can't find a way to change the color of the highlighted selection in the autocomplete box in Eclipse. As …

eclipse ubuntu gtk
pkg-config cannot find gtk+-3.0

I am trying to use libui-node to build a Node.js project. $ yarn add libui-node This gives an error: node-gyp …

node.js debian gtk node-gyp pkg-config
GTK+-based graph?

I want to be able to make a line graph using GTK+ but I'm unsure how to approach this. Has …

c++ gtk gtk2
How to get value from selected item in treeview in PyGTK?

I'm learning PyGtk. I have a simple treeview with 1 column, I get items for that treeview from list. How to …

python gtk pygtk gtktreeview
configure error for --- gobject ---- python header not found

Python header files are not found when configuring gobject-introspection. I have downloaded tar for :----- gobject-introspection-1.34.2 command :----- gobject-introspection-1.34.2$ LD_…

python gtk gobject
Which is the best GUI designer for GTK apps?

I want a visual GUI designer that will produce XML output in the format used by GtkBuilder. Glade seems to …

gtk gui-designer
How to find where older version of GLIB has been installed?

I am trying to install atk-2.4.0 and I get the error: 'pkg-config --modversion glib-2.0' returned 2.32.3, but GLIB (2.26.1) *** was found! …

linux ubuntu gtk glib
How to style GTK+ with custom CSS?

can someone type up a simple example for styling a GTK+ widget with css? I could not figure out how …

css linux ubuntu gtk gtk3
GTK# in Visual Studio 2010

I've been trying all day to get GTK# working in Visual Studio 2010 on Windows Server 2008 R2 x64 so that I …

c# visual-studio-2010 mono gtk gtk#