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.

refresh drawing area in gtk

I have a bunch of drawing areas (they are actually cairo surfaces, but I don't think it matters too much) …

gtk drawing refresh pygtk area
What is 'client side decoration'?

I am a student who did some web stuff and some command line applications, now giving GUIs a try. I …

user-interface gtk window-managers
GTK implementation of MessageBox

I have been trying to implement Win32's MessageBox using GTK. The app uses SDL/OpenGL, so this isn't a …

c linux gtk x11
Gdk pixbuf load image from memory

Using GTK+ 3.6 I would like to display an image from a buffer in memory, not a file on disk. I …

c++ image-processing gtk jpeg gdkpixbuf
Write custom widget with GTK3

I am trying to find the simplest example of a custom widget being written for Gtk-3. So far the best …

widget gtk custom-controls pygtk
How to disconnect a signal of Gtk?

Will signals automatically disconnect, when target object is destroyed? Without recording the signal id from g_signal_connect(), can I …

gtk signals
API reference to WebKit WebView implementation in GTK (Python)

I'm working on a Python Gtk3 app on Ubuntu, which primarily uses WebView from WebKit. I couldn't find all the …

python documentation webkit gtk pygobject
How to auto-scroll a gtk.scrolledwindow?

I have a treeview-widget inside a ScrolledWindow, which is populated during runtime. I want the ScrolledWindow to auto-scroll to the …

python gtk pygtk gtktreeview scrolledwindow
How to distribute a GTK+ application on Windows?

I have installed GTK+ (specifically GTK3) via MSYS and MinGW on Windows. I now want to copy the GTK+ dlls …

windows gtk gtk3 msys2
autoconf error on ubuntu 11.04

i've been googling and installing libraries for a while, but I couldn't quite handle this problem with autoconf. i have …

linux compilation gtk autoconf automake