specify which child widget to be on top in GtkFixed?!

2010-02-09 Thread ferar achkar
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

Re: specify which child widget to be on top in GtkFixed?!

2010-02-09 Thread Tristan Van Berkom
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

GLib 2.23.3 released

2010-02-09 Thread Matthias Clasen
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:

Regarding GTK Entry keys

2010-02-09 Thread AshokKumar G
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

RE: How I can do Double Buffer whether OpenGl Ext?

2010-02-09 Thread Shawn Bakhtiar
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 |