mod_aslload__define.pro
mod_aslload
Description:
mod_aslload::init
Syntax:
obj = obj_new('lupemod', type, exclusive )
Arguments:
Description:
mod_aslload::readyToExecute
Syntax:
Arguments:
Description:
mod_aslload::map
Description:
Use for 'top' and 'embedded' modules
mod_aslload::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_aslload::execute
Description:
Use for 'noui' modules - 'top' and 'embedded' modules use map and unmap
mod_aslload::Evt
Description:
one of many event handlers
mod_aslload__define
Description:
Private Procedure (constructor)