On Thu, 2003-06-26 at 13:16, Jane Young wrote: > I am new to GUI programming as well as Xlib and GTK+, so bear with me > while I ask a newbieish question or two. > > I am wondering if somehow the existing Xlib code could be integrated into a > GTK+ framework. > > Thank you for you help.
It's really a bit too big of a question for me to give a complete answer to. There are various functions and macros in gdk/gdkx.h which allow you to access the underlying X structures for GDK objects. See: http://developer.gnome.org/doc/API/2.0/gdk/gdk-X-Window-System-Interaction.html Regards, Owen _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
