[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Package Glade

This package is a binding to the libglade library that provides routines to create widgets dynamically from an XML definition file. see section Package Glade.XML.

Subprograms

procedure Init;                

must be called before use of libglade


procedure Gnome_Init;          

This is defined in libglade-gnome.
It should be used instead of Glade_Init if you want to use the GNOME widget set with libglade.


procedure Bonobo_Init;         

This is defined in libglade-bonobo
It should be used instead of Glade_Init if you want to use the GNOME widget set with included Bonobo controls with libglade.


procedure Load_Module          
  (Module             :        String);

Load the named dynamic module.
Basically it is loaded, and the glade_init_module function is called. This function should do any library initialisation and call glade_register_widgets.



[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]