home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( window_handle%, icon_handle%, menu_item_text$ )
-
- REM Called when a selection has been made from a 'popup' type menu
- REM (i.e. one that is attached to an icon in a window)
- REM window_handle% - window that icon is in
- REM icon_handle% - icon the menu is attached to
- REM menu_item_text$ - the text of the menu item that was selected
-
- LOCAL
-
- REM If this FN returns 0 then the text in the display icon (if any) is
- REM not updated. Non 0 places the menu item text automatically in the
- REM display icon.
-
- = 1
- :
- *|Stop FN.........