[Mono-list] How to call GTK functions from class libraries?

J. Perkins jason@379.com
Thu, 20 Feb 2003 10:50:56 -0500


I was hoping to use the GdkPixBuf functions to implement
System.Drawing.Bitmap. However, it appears that the runtime
does not use GTK. Is it safe to use GTK functions in the
class libraries? Will libraries like libgdk_pixbuf.so be
included in the distribution? If so, it would sure make
my life a lot easier, otherwise I have to reimplement all
of it's functionality.

If yes, then gtk_init() will need to be called somewhere
in the runtime.

Jason
379