GTK (formerly GTK+) is a toolkit for creating graphical user interfaces (GUIs) with cross platform compatibility and an easy to use API.
I am a student who did some web stuff and some command line applications, now giving GUIs a try. I …
user-interface gtk window-managersUsing 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 gdkpixbufI am trying to find the simplest example of a custom widget being written for Gtk-3. So far the best …
widget gtk custom-controls pygtkWill signals automatically disconnect, when target object is destroyed? Without recording the signal id from g_signal_connect(), can I …
gtk signalsI'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 pygobjectI 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 scrolledwindowi'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