Import line: | Gladeui = imports.gi.Gladeui; |
GIR File: | Gladeui-1.0.gir |
C documentation: | GladeuiXmlContext |
Struct : | XmlContext |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Create a new Gladeui.XmlContext
Create a new Gladeui.XmlContext
|
||
new Gladeui.XmlContext.from_path
(String full_path, String nspace, String root_name)
:
Gladeui.XmlContext
Create a new Gladeui.XmlContext
Create a new Gladeui.XmlContext
|
||
destroy
()
:
none
|
Gladeui.XmlContext | |
free
()
:
none
Similar to glade_xml_context_destroy but it also frees the document set in the context
Similar to glade_xml_context_destroy but it also frees the document set in the context
|
Gladeui.XmlContext | |
get_doc
()
:
Gladeui.XmlDoc
|
Gladeui.XmlContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui.GObjectAdaptor
Method |
This function is called to write widget to node when writing xml files.
|
Gladeui.GObjectAdaptor
Method |
This function is called to write the child widget to node when writing xml files (takes care of packing and recurses into glade_widget_write())
|
Gladeui.Property
Method |
write
(XmlContext context, XmlNode node)
:
none
Write property to node
|
Gladeui.Signal
Method |
Writes signal to node
|
Gladeui.Widget
Method |
write
(XmlContext context, XmlNode node)
:
none
Recursively writes out widget and its children and appends the created GladeXmlNode to node.
|
Gladeui.Widget
Method |
Writes out a widget to the xml, takes care of packing properties and special child types.
|
Gladeui.Widget
Method |
write_signals
(XmlContext context, XmlNode node)
:
none
|
Gladeui.Widget
Method |
Writes out a placeholder to the xml
|
Gladeui.Widget
Method |
|
Gladeui.XmlNode
Method |
Create a new Gladeui.XmlNode
|
Gladeui.XmlNode
Method |
Create a new Gladeui.XmlNode
|