Shark wrote: > I learned X program first with X toolkit. In its program, it can use X server resource which in files such as .Xdefault and so on. Now I use GTK libs. I want to know how to use those resource? Or what is their relationship between GTK and X toolkit??
Hi Shark, GTK doesn't use Xt, it's built directly on top of xlib. It has it's own resource mechanism: http://developer.gnome.org/doc/API/2.0/gtk/gtk-resource-files.html John ========================================================== Aelbert Cuyp 13 February - 12 May 2002 For information and tickets: http://www.nationalgallery.org.uk/exhibitions/cuyp/ _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
