Re: [gtk-list] all these inits
- From: Federico Mena Quintero <federico nuclecu unam mx>
- To: gtk-list redhat com
- CC: gtk-list redhat com
- Subject: Re: [gtk-list] all these inits
- Date: Wed, 26 Aug 1998 12:12:30 -0400
> 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]