GTK (formerly GTK+) is a toolkit for creating graphical user interfaces (GUIs) with cross platform compatibility and an easy to use API.
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 wxwidgetsI'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are …
c background window gtk transparentI 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 gtkTrying to change background/foreground color....Using Gtk+ and C. GdkColor color; gdk_color_parse( "#0080FF", &color ); gtk_widget_…
c gtk gtk2I am a beginner at OpenCV and trying my best to get a simple application running on an embedded platform. …
opencv gtk arm ubuntu-12.04 static-linkingMy girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually …
python visual-studio qt gtk wxwidgetsTrying to get Height and Width of GtkEventBox. Tried following Things. GtkRequisition requisition; gtk_widget_get_child_requisition(widget, &…
c gtkI'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