mod_template.pro


Name:
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)

Name:
mod_MODNAME::init
Syntax:
obj = obj_new('lupemod', type, exclusive )
Arguments:
Description:

Name:
mod_MODNAME::readyToExecute
Syntax:
Arguments:
Description:

Name:
mod_MODNAME::map
Description:
Use for 'top' and 'embedded' modules

Name:
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:

Name:
mod_MODNAME::execute
Description:
Use for 'noui' modules - 'top' and 'embedded' modules use map and unmap

Name:
mod_MODNAME::Evt
Description:
one of many event handlers

Name:
mod_MODNAME__define
Description:
Private Procedure (constructor)

Last modified: Fri Oct 29 07:19:18 2004