[UP] Wd_types
|
WDialog API for Objective Caml: Wd_types.universe_type
Class type Wd_types.universe_typeclass type universe_type =The universe is the registry of classes and dialogs method application :
Return the application this universe is made for
method register :
Registers that a certain O'Caml class implements the callbacks of the
dialog declared in the UI definition. More precisely,
registers that the dialog
where method create :
Creates a new object for the passed environment and dialog name. This method
effectively calls the function
f_new that has previously been registered. |