[Gtk-sharp-list] Using Gdk.Pixbuf without Gtk.Application
kloffy
kloffy at hotmail.com
Mon May 3 16:51:11 EDT 2010
Outside of Mono/.Net Gdk.Pixbuf can be used without referencing the Gtk
library, as demonstrated in the following
http://www.mail-archive.com/gtk-app-devel-list@gnome.org/msg11565.html
example . (Note the g_type_init(); call.)
However, I haven't been able use Gdk.Pixbuf without calling
Gtk.Application.Init(). My guess is that GLib's type system needs to be
initialized before using Gdk.Pixbuf, but I couldn't find a function in GLib
that would allow me to do that.
--
View this message in context: http://mono.1490590.n4.nabble.com/Using-Gdk-Pixbuf-without-Gtk-Application-tp2124611p2124611.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
More information about the Gtk-sharp-list
mailing list