Description | ||||||||
Puts the menu last pushed onto the stack back onto the screen. You can only pop the menu back to the same position from which it was pushed.
This function affects Menu-Manager (mode-specific) menus only. It is the responsibility of the application developer to use the correct sequence of calls to ProMenuCreate(), ProMenuDeleteWithStatus(), ProMenuPush(), and ProMenuPop(). If a main menu has submenus, they are treated as one and are popped together with one call to ProMenuPop(). If there is more than one menu in a frame (a compound menu), all the menus in the frame are popped by one call to ProMenuPop(). |
||||||||
Synopsis | ||||||||
#include <ProMenu.h> | ||||||||
ProError | ProMenuPop | (void) | ||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProMenuCreate | ||||||||
ProMenuDeleteWithStatus | ||||||||
ProMenuPush |