mod_template.pro
mod_MODNAME
Description:
This is the template - replace MODNAME case sensitive with the module name
When you're done, add the necessary lines to init_modules
If this module is accessible via a menu entry, add the line(s) to menu.xml
and translations to all i18n files (at least placeholders for unfamiliar languages)
mod_MODNAME::init
Syntax:
obj = obj_new('lupemod', type, exclusive )
Arguments:
Description:
mod_MODNAME::readyToExecute
Syntax:
Arguments:
Description:
mod_MODNAME::map
Description:
Use for 'top' and 'embedded' modules
mod_MODNAME::unmap
Syntax:
Arguments:
killed
If the user killed the window via Ctrl-F4 or the close handle (the
cross at the upper right), killed is set to '1'. In this case it
might be (I have not tested this) that the system's window manager
has already removed the window from screen.
Description:
mod_MODNAME::execute
Description:
Use for 'noui' modules - 'top' and 'embedded' modules use map and unmap
mod_MODNAME::Evt
Description:
one of many event handlers
mod_MODNAME__define
Description:
Private Procedure (constructor)