Re: [gtk-list] all these inits



>  I have a question involving GTK, GNOME, IMLIB and everything else which has
>  an init() function.
>  
>  How do they overlap?

gtk_init() and gdk_imlib_init() are independent of each other.  If you
want to use gdk_imlib, you have to call both functions.

On the other hand, if you are using the GNOME framework, you just have
to call gnome_init().  It calls gtk_init() and gdk_imlib_init() for
you in the appropriate manner.

  Federico



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]