The methods of Glade.XML are listed below. For a list of all members, see the XML Members list.
See Also: Inherited members from GLib.Object
Autoconnect(object)Automatically connect signals | ||
Autoconnect(Type)Automatically connect signals | ||
BindFields(object)Binds the widgets declared in the Glade interface specification, to argument's suitable fields. These fields should be marked with the Glade.WidgetAttribute attributes. Any signal declared in the interface specification should be connected using XML.SignalConnectFull (for detailed control of signal connection) or XML.SignalAutoconnect, the mirror image of this method. | ||
BindFields(Type)Documentation for this section has not yet been entered. | ||
BuildWidget(WidgetInfo)This function is not intended for people who just use libglade. | ||
Construct(string, string, string)This routine can be used by bindings (such as gtk--) to help construct a Glade.XML object, if it is needed. | ||
ConstructFromBuffer(string, int, string, string)Constructs an instance from a buffer. | ||
EnsureAccel()This function is used to get the current Gtk.AccelGroup. If there isn't one, a new one is created and bound to the current toplevel window (if a toplevel has been set). | ||
static | FromAssembly(string, string, string)Returns a new Glade.XML from a resource in the current assembly. | |
static | FromAssembly(System.Reflection.Assembly, string, string, string)Returns a new Glade.XML from a resource in an assembly. | |
static | FromStream(System.IO.Stream, string, string)Creates a new Glade.XML from a stream. | |
GetWidget(string)Retrieves a widget stored in the Glade.XML by name | ||
static | GetWidgetName(Gtk.Widget)Gets the name of a Glade-built widget | |
GetWidgetPrefix(string)Retrieves a GLib.List of widgets whose name share the same prefix. | ||
static | GetWidgetTree(Gtk.Widget)Get the parent Glade.XML widget | |
HandleInternalChild(Gtk.Widget, ChildInfo)This function is intended to be called by the build_children callback for container widgets. | ||
HandleWidgetProp(Gtk.Widget, string, string)Used to set properties on Gtk.Widgets | ||
RelativeFile(string)This function resolves a relative pathname, using the directory of the XML file as a base. | ||
SetCommonParams(Gtk.Widget, WidgetInfo)Sets the common parameters on a widget, and is responsible for inserting it into the Glade.XML object's internal structures. | ||
static | SetCustomHandler(XMLCustomWidgetHandler)Deprecated: Replaced by the XML.CustomHandler property. | |
SetPackingProperty(Gtk.Widget, Gtk.Widget, string, string)This sets the packing property on container parent of widget child with name to value | ||
SetValueFromString(IntPtr, string, GLib.Value)GParamSpec needs to be wrapped | ||
SignalAutoconnect()Automatically connect signals | ||
SignalAutoconnectFull(XMLConnectFunc)This function is similar to XML.SignalConnectFull(string, XMLConnectFunc) except that it will try to connect all signals in the interface, not just a single named handler. It can be thought of the interpeted language binding version of XML.SignalAutoconnect, except that it does not require gmodule to function correctly. | ||
SignalConnectFull(string, XMLConnectFunc)This function is similar to XML.SignalAutoConnect, except that it allows you to give an arbitrary function that will be used for actually connecting the signals. This is mainly useful for writers of interpreted language bindings, or applications where you need more control over the signal connection process. | ||