glade-sharp2.8.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Global API elements for Global class collects certain, commonly used funtions of the underlying libglade API
which is necessary to glade-sharp to load the .glade files.
All members of this class are static functions.
Glade-sharp uses the functions to load
Register custom properties to a widget Read enums/flags from strings present in .glade files Register widget with XML tree, read widget name from widget pointerSystem.ObjectMethodSystem.StringUsed to get the name of a widget that was generated by a object.
a a Get Widget Name of current widget.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 constructorThe Global class has only static functions, and no methods,
which make it redundant for us to normally create this object.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 The string is composed of string names or nicknames for various flags separated by '|'. 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.