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.

What does g_signal_connect_swapped() do?

According to GObject reference g_signal_connect_swapped(instance, detailed_signal, c_handler, data); connects a GCallback function to a …

signals gtk gobject
What is the best/fastest way to learn GLADE with C?

I just downloaded and installed GLADE. What are some good tutorials for the C language?

c gtk glade
How to use a Glade UI (.glade file) in a Java Gnome/GTK program?

I've did a research on the Internet looking for tutorials/documentations to explain me how to use a UI designed …

java ubuntu user-interface gtk glade
WebKitGTK+, GTK2, GTK3

I have some difficulty to understand what WebKit, WebKitGTK, GTK are with the different versions. Here is what I have …

webkit gtk webkitgtk
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
Change text color of label in GTK in C

I am using Gtk 2.0. I am trying to change the text color/font color of the label. How difficult can …

c gtk pango
Porting a GTK+ App to Mac OSX

I have a GTK+ Application (ready with Autotools) which i have developed on my Linux box. Now I need to …

macos gtk porting
How to disable/inactive some of the GtkMenu Items

I am trying to disable/inactive some of menu items under GTK+. I have created Menu In GTK+Glade under …

gtk glade
GObject Gtk, Gnome, Gtk+, Gl, Gtk2, Gtk3...I don't understand?

all I need some window to host webkit or/and cairo drwaing, but i have to deal with all that …

gtk gtk2 gobject
How to get list opened windows in PyGTK or GTK in Ubuntu?

How to get list opened windows in PyGTK or GTK or other programming language? in Ubuntu? edit: i want get …

python ubuntu gtk pygtk window-management