added API for menus to re-display from a previous page

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401480
This commit is contained in:
David Anderson
2007-09-26 01:04:22 +00:00
parent 69c65a848b
commit efbf57ac90
10 changed files with 97 additions and 10 deletions
+4
View File
@@ -115,6 +115,10 @@ public:
bool SetExtOption(MenuOption option, const void *valuePtr);
IMenuPanel *CreatePanel();
bool Display(int client, unsigned int time, IMenuHandler *alt_handler=NULL);
bool DisplayAtItem(int client,
unsigned int time,
unsigned int start_item,
IMenuHandler *alt_handler/* =NULL */);
void Cancel_Finally();
};