>From the logo example:
/*
* Configure OpenGL-capable visual.
*/
/* Try double-buffered visual */
glconfig = gdk_gl_config_new_by_mode (GDK_GL_MODE_RGB|
GDK_GL_MODE_DEPTH |
GD
Hi,
I am new to GTK+ programming. I have created a test application
with GtkEntry on embedded system based on ARM and backend target is
DirectFB-1.2.9. I am able to enter the text into GtkEntry field. But when I
use BackSpace, Delete, Arrow Keys (left or right for navigation), no action
is
GLib 2.23.3 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.23/
http://download.gnome.org/sources/glib/2.23/
md5 sums:
c7b0f512892c5459e42b378762eec5b6 glib-2.23.3.tar.bz2
c57e3c75e98d333dc0efa6edd97ea6c9 glib-2.23.3.tar.gz
sha1 sums:
9ba908954fbcab7f8b74faf483f83b7ef8d28cf9
Widgets dont overlap in GTK+, instead one widget is packed into another
widget and sits along side other widgets inside its container - who packs
them in a way that they will not overlap.
FYI, GtkFixed is a special case widget you dont want to be using if your
application has any resize capabiliti
greetings,
I'm having trouble with GtkFixed and their children, how can I specify
which child widget to be on top. In the code snippet below no matter
were I create the TextEntry it always get drawn on top of the other
widgets! how can specify which child widget to be on top of the others
at run ti