AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
These are SWIs you MUST call if you are going to use ANY of the features of WimpExtension.

WimpExt_Initialise
WimpExt_CloseDown
WimpExt_PrePoll
WimpExt_Action

The general structure of your program, will be:

SYS "Wimp_Initialise"...
SYS "WimpExt_Initialise"...
WHILE NOT quit%
SYS "WimpExt_PrePoll"
SYS "Wimp_Poll"...
SYS "WimpExt_Action"...
ENDWHILE
SYS "WimpExt_CloseDown"...
SYS "Wimp_CloseDown"...
END

[sh-index] Back to list of manuals