gdk-sharp0.0.0.0neutralGtk# 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 addedGLib.ObjectGLib.IWrapperSystem.IDisposableMethodSystem.BooleanParses 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.MethodSystem.BooleanCloses 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.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal 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.ConstructorTo be addedTo be added: an object of type 'Gdk.PixbufLoader'To be addedConstructorTo be added
To be added: an object of type 'string'
To be added: an object of type 'Gdk.PixbufLoader'To be addedPropertyGdk.PixbufTo be addedTo be added: an object of type 'Gdk.Pixbuf'To be addedPropertyGdk.PixbufAnimationTo be addedTo be added: an object of type 'Gdk.PixbufAnimation'To be addedEventSystem.EventHandlerTo be addedTo be addedEventGdk.AreaUpdatedHandlerTo be addedTo be addedEventSystem.EventHandlerTo be addedTo be addedPropertyGdk.PixbufFormatTo be addeda To be addedEventGdk.SizePreparedHandlerTo be addedTo be addedMethodSystem.VoidTo be added
a
a To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a
a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a
a
a
a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.