> Thx for the references... This needs me to create a GdkWindow. I > can create a GtkWindow but not a GdkWindow. How can I create a > GdkWindow? Or are they the same and I can cast GdkWindow from > Gtkwindow?
If you look at the link I gave you, which points to the GDK API reference, you will see a link that says "Windows". >From there you will find the information that you need to create a GDK window. The function you want is gdk_window_new() Daniel. On 9 Aug 2002, Paulo J. Matos wrote: > > Best regards, > > Paulo _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
