Hello, Many of the GTK+ libraries have one or more top
level header files. E.g. Glib has glib.h, gdk-pixbuf has two gdk-data.h and
gdk-pixbuf.h and so on… My question is about what applications typically use?
Do they use just the top level header only? Or is it ok to use the specific
header file as needed e.g. gtk/gtkstyle.h? Thanks, -Rajesh |