gdk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. PixbufLoader is a 'passive' pixbuf loader. It's not actively read pix buf data, but 'listen' for incoming data instead. It's useful in a case where you want to read the image data in small chunks. Typical use of PixbufLoader is when you want to read a very large image data or reading image from a slow media (such as a slow network connection). You can see the "Images" section of GtkDemo to learn how to use PixbufLoader. To be added GLib.Object GLib.IWrapper System.IDisposable Method System.Boolean Parses the next count bytes of image data from buffer buf. array of bytes buffer to parse. number of bytes to parse. returns true if data was parsed and loaded succesfully. If the return value is false, the PixbufLoader will be closed. Method System.Boolean Closes the loader. returns true on successful close and false on error. During the close, PixbufLoader will parse any data that has not been parsed. If the data is incomplete or corrupted, this method will return false. Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of PixbufLoader, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor To be added To be added: an object of type 'Gdk.PixbufLoader' To be added Constructor To be added To be added: an object of type 'string' To be added: an object of type 'Gdk.PixbufLoader' To be added Property Gdk.Pixbuf To be added To be added: an object of type 'Gdk.Pixbuf' To be added Property Gdk.PixbufAnimation To be added To be added: an object of type 'Gdk.PixbufAnimation' To be added Event System.EventHandler To be added To be added Event Gdk.AreaUpdatedHandler To be added To be added Event System.EventHandler To be added To be added Property Gdk.PixbufFormat To be added a To be added Event Gdk.SizePreparedHandler To be added To be added Method System.Void To be added a a To be added Property GLib.GType GType Property. a Returns the native value for . Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. a a Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. a a a a Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Constructor Protected Constructor. a a Chain to this constructor if you have manually registered a native value for your subclass.