Glade.construct

This routine can be used by bindings (such as gtk--) to help construct a GladeXML object, if it is needed.

class Glade
int
construct
(
string fname
,
string root
,
string domain
)

Parameters

fname string

the XML filename

root string

the root widget node (or NULL for none)

domain string

the translation domain (or NULL for the default)

Return Value

Type: int

TRUE if the construction succeeded.

Meta