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.

Is it possible to use GTK+ with C++?

I am choosing a GUI toolkit for C++ to learn. I have done some searching online and most people suggest …

c++ c gtk gtkmm
Can not import modules from gi.repository

I can not import modules from gi.repository. Specifically not Gtk and GObject. I experienced this error both on Ubuntu 14.04 …

python ubuntu import gtk gobject
Building Pango with Cairo support

I'm attempting to build a new version of wireshark 1.10 on a RHEL5 box with the intent of making an RPM …

linux gtk cairo rhel5 pango
putting glade interface in python

I've made a gui in glade that I want to put in a python program. I was adapting the instructions …

python gtk pygtk glade
Libtool think that a "library was moved" but it isn't the case

I am currently recompiling gtk+ and dependencies from source (I have no other choices). All my custom packages are installed …

gtk libtool freetype pango x86-64
How can I deactivate 'Warning: Source ID 510 was not found when attempting to remove it - GLib.source_remove(self._idle_event_id)'?

When I execute #!/usr/bin/env python import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4]) plt.show() (and more complex examples) …

python matplotlib gtk glib
How to disable buttons in GTK3

Windows API has a function called EnableWindow that disables controls so user can't interact with them any more. Is there …

c gtk gtk3 gtkmm
Stock Icons not shown on buttons

self.button = gtk.Button(stock=gtk.STOCK_DELETE) Only Shows: Delete

python gtk pygtk
How do I take screenshots of web pages using ruby and a unix server?

I'm trying to programatically create thumbnail images of a large number of web pages that are hosted on my own …

ruby unix gtk screenshot rmagick
How do I get the gdk window for a gtk window in C?

I'm trying to set the cursor to a watch. The problem is that gdk_set_cursor() requires a gdk_window. …

c gtk cursor gdk