glib-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.To be addedTo be addedSystem.ObjectGLib.IWrapperSystem.IDisposableFieldSystem.BooleanTo be addedTo be addedMethodGLib.ObjectUsed to obtain a CLI typed object associated with a given raw object pointer.
an object of type an object of type This method is primarily used to wrap object references that are returned by either the signal system or raw class methods that return GObject references.MethodSystem.VoidAccesses a Property.
an object of type an object of type
an object of type To be addedMethodSystem.VoidAccesses a Property.
an object of type an object of type
an object of type MethodSystem.Int32Calculates a hashing value.an object of type MethodSystem.UInt32Returns the GType of this object.an object of type MethodSystem.VoidTo be addedTo be addedMethodSystem.VoidTo be addedTo be addedMethodSystem.VoidDisposes of the raw object.Only override this if the Raw object should not be unreferenced when the object is garbage collected.MethodSystem.VoidDisposes the resources associated with the object.ConstructorCreates a new instance.an object of type This is the default constructor for .ConstructorInternal constructor
Pointer to the C object.
An instance of Object, wrapping the C object.This is an internal constructor, and should not be used by user code.PropertySystem.UInt32The for The for the class.PropertySystem.Int32To be addedan object of type To be addedPropertySystem.IntPtrThe raw GObject reference associated with this object.an object of type Subclasses can use Raw property for read/write access.PropertySystem.IntPtrThe raw GObject reference associated with this wrapper.
an object of type an object of type Only subclasses of Object can access this read/write property. For public read-only access, use the Handle property.MethodGLib.TypeShared method to register types with the GType system.
an object of type an object of type This method should be called from the class constructor of subclasses.ConstructorInternal constructor
GLib type for the type
Creates a new instance of Object, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.PropertySystem.Collections.HashtableStores and Accesses arbitrary data on the Object.a PropertySystem.ComponentModel.EventHandlerListA list object containing all the events for this object indexed by the Gtk signal name.a To be added