glade-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Global API elements for System.ObjectMethodSystem.StringUsed to get the name of a widget that was generated by a object.
a a MethodGlade.XMLThis function is used to get the object that built this widget.
a a MethodSystem.StringChecks the version of a module.
a a MethodSystem.Voidthis method allows you to override the default behaviour when a Custom widget is found in an interface.
the to use when a custom widget is found.
ConstructorDefault constructora MethodSystem.VoidThis method provides a way to register handlers for custom properties.
the of the widget.
the name of the custom property
the to call when the property is found.
Some properties are not (yet) handled through the GObject property code, so can not be handled by the generic code. This function provides a way to register handlers for these properties. Such handlers will apply for the GType type and all its descendants.MethodSystem.UInt32This helper routine is designed to be used by widget build routines to convert the string representations of flags values found in the XML descriptions to the integer values that can be used to configure the widget.
a
a a The string is composed of string names or nicknames for various flags separated by '|'.MethodSystem.Int32This helper routine is designed to be used by widget build routines to convert the string representations of enumeration values found in the XML descriptions to the integer values that can be used to configure the widget.
a
a a MethodSystem.VoidThis method registers new construction methods for a widget type.
the of a widget.
the used to construct the widget.
the used to construct the children or null.
the to find the internal children or null.