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.

Gtk* backend requires pygtk to be installed

From within a virtual environment, trying to load a script which uses matplotlib's GTKAgg backend, I fail with the following …

python matplotlib gtk pygtk
import gtk/glib produces ImportError: DLL load failed

I installed the latest versions of python (2.6.5), gtk+, pygtk (and friends) from their respective websites on Windows XP SP3. When …

python pygtk gtk
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

I am attempting to run a basic application using Iup and OpenCV. The main goal of the app is to …

c opencv gtk iup
What are the differences between Gtk+ and Qt?

A lot of people seem to have an opinion about which is better. I'm not really asking for these opinions, …

user-interface qt gtk
Should I learn GTK+ or GTKMM?

I am a C# programmer who started using ubuntu about 2 years ago. I'm wanting to learn GUI programming in either …

c++ c user-interface gtk gtkmm
How to integrate Boost.Asio main loop in GUI framework like Qt4 or GTK

Is there any way to integrate Boost.Asio with Qt4 (preferred) or GTK main loop? GTK provides poll(2) like API …

qt4 gtk boost-asio event-loop
Simple tool/library to visualize huge python dict

I have a huge dict structure like this one: my_data = { 'key1': { '_': 'value1': 'aaa' }, 'key2': { …

python user-interface dictionary gtk tkinter
Mysterious GObject warning: assertion `G_IS_OBJECT (object)' failed

I have a warning when I run my GTK (Python GObject introspection) application and I can't figure out its source. …

python gtk pygtk gobject pygobject
What is the difference between GTK# and Windows Forms?

What is the difference between GTK# and windows forms? Are they totally different? Thanks

c# winforms mono gtk monodevelop
How to get native windows decorations on GTK3 on Windows 7+ and MSYS2

I am trying to port my application from linux to windows and I have a problem with theming. In linux …

gtk gtk3 gtkmm msys2 gtkmm3