Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>menu_wake()</b> c_exam04 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MENU_WAKE()                                                         C_EXAM04
   Wakes up a menu that was previously put to sleep.

   Syntax
         MENU_WAKE(nMenuNum [,nDefaultItem])

   Arguments
         nMenuNum       Sets the number of the menu to wake up.
         OPTIONAL PARAMETERS
         nDefaultItem   Sets the default active key.

   Returns
         None

   Description
         MENU_WAKE() is used to 'wake up' a menu that has been previously
         defined. It can be used to restore a main menu after calling a
         submenu.

         Up to 24 menus can be defined, each holding its own set of buttons,
         or menu selections. Once the menu is open and its buttons defined,
         the menu can be activated with a call to MENU_WAKE(). The menu
         operates during KEY_PRESS() and will return a menu event if a button
         is selected. Each menu is a fully functional menu system. Selecting a
         button with the mouse will highlight the new selection and lowlight
         the previous button. If a menu's choices have been cleared from the
         screen or modified, a call to MENU_WAKE() will redraw the menu and
         reactivate it.

See Also: IS_MENU_ON() MENU_SLEEP()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson