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.

Which, if any, achieves Windows native look: GTK+, wxWidgets, Qt, FLTK?

I need to write an application that will be visually indistinguishable from something written natively for Windows XP/Vista/7 using …

c++ windows user-interface gtk wxwidgets
How to make Gtk+ window background transparent?

I'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are …

c background window gtk transparent
How to configure gtk on Visual studio 2010

I have tried configuring gtk+ on visual studio but doesn't work properly., Can anyone suggest me with a proper solution, …

visual-studio-2010 visual-c++ configuration gtk
GTK Modifying Background Color of GtkButton

Trying to change background/foreground color....Using Gtk+ and C. GdkColor color; gdk_color_parse( "#0080FF", &color ); gtk_widget_…

c gtk gtk2
gi.repository Windows

I'm developing an app which has to be 100% compatible on windows and on linux. On linux I have no problems, …

python windows gtk pygobject
How to use pkg-config in Make

I want to compile the simplest GTK program. I can compile it using the command line: gcc $(pkg-config --cflags --libs …

c gcc makefile gtk
Is there any Visual Studio-like tool for creating GUIs for Python?

My girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually …

python visual-studio qt gtk wxwidgets
Totally fed-up with get Gtk widget height and width

Trying to get Height and Width of GtkEventBox. Tried following Things. GtkRequisition requisition; gtk_widget_get_child_requisition(widget, &…

c gtk
Threading problems with GTK

I'm building a fairly simple C application using GTK, but have to perform some blocking IO which will trigger updates …

c multithreading gtk pthreads gtk3