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.

Python + webkit + gtk on windows

I am trying to do this script: PY WYSIWYG And it says I need Gtk and WebKit. I think this …

windows webkit gtk pygtk
Py2Exe "Missing Modules"

I'm trying to convert my python project into an exe using Py2Exe. It is worth noting that cx_freeze …

python python-3.x gtk py2exe
Why is DirectFB not more widely used in GNU/Linux? Are there crippling limitations to it that don't exist in X11?

As far as I understand, DirectFB offers hardware acceleration for many kinds of graphics cards. Additionally, it's smaller, faster, and …

graphics gtk x11 directfb
Ubuntu + Eclipse 4.2 - Dark theme - How to darken sidebar backgrounds?

Due to spending 24/7 programming in front of a computer screen (job, thesis), it's beneficial to view dark colours as much …

eclipse ubuntu netbeans gtk
ImportError: No module named gi.repository Mac OS X

I am installing virt-manager0.10.0 on Mac OS X First I installed python,libvirt, gtk+3, pygtk, and other dependencies with homebrew …

python gtk pygtk homebrew
What does "GLib-GObject-WARNING **: instance with invalid (NULL) class pointer" mean?

Whenever I close my Gtk# application, I get this: (/home/matthew/opensbs/OpenSBS/bin/Debug/OpenSBS.exe:5050): GLib-WARNING **: g_set_…

c# linux gtk gtk#
glib.h and gtk.h not found

hi every one i have a program in which i have include gtk/gtk.h glib.h i have used …

c linux gtk glib gtk2
Why use GLib functions?

While programming in C and GTK+, why is it "better" to use g_strdup_printf, g_free, g_strcmp0 etc... …

c gtk glib
GLib-GIO-ERROR**: No GSettings schemas are installed on the system

Unfortunately, I am using Windows (Windows7 x64). With MinGW compiler in Code::Blocks and GTK+3.6.4. I compiled manually all the …

c gtk mingw gtk3
Compiling and Linking GTK 3 with C project on Ubuntu

I believe this is not a duplicate question, I have seen all questions/answers before I post this question. I …

c gcc gtk