| GTK+ FAQ | ||
|---|---|---|
| <<< Previous | Development with GTK+: general questions | Next >>> | 
The actual Gdk/X window will be created when the widget gets realized. You can get the Window ID with:
| #include <gdk/gdkx.h> Window xwin = GDK_WINDOW_XWINDOW (GTK_WIDGET (my_window)->window); | 
| <<< Previous | Home | Next >>> | 
| How do I identifiy a widgets top level window or other ancestor? [GTK 2.x] | Up | How do I catch a double click event? [GTK 2.x] |