[Gtk-sharp-list] GTK# and PixbufAnimation iteration.

Peter Johanson peter at peterjohanson.com
Fri Feb 11 14:06:31 EST 2011


On Fri, Feb 11, 2011 at 10:59:32AM -0800, MrFreeman wrote:
> 
> 
> I have also read this from another documentation of PixbufAnimation:
> 
> "As a shortcut, if start_time is NULL, the result of g_get_current_time()
> will be used automatically."
> 
> However, the compiler refuses to allow a NULL value for the IntPtr.

I don't know anything about PixbufAnimation, but for passing NULL, you
can use IntPtr.Zero. Maybe try passing that instead?

-pete


More information about the Gtk-sharp-list mailing list