- removed incorrect information about DrawOption, renamed to DisplayOption

- renamed DrawTitle to DisplayTitle

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401531
This commit is contained in:
David Anderson
2007-10-02 14:48:44 +00:00
parent a130fede3a
commit bd89b6d126
5 changed files with 7 additions and 21 deletions
+2 -4
View File
@@ -47,10 +47,8 @@ enum TopMenuAction
*
* INPUT : TopMenu Handle, object ID, client index in extra parameter.
* OUTPUT: Buffer for rendering, maxlength of buffer.
* OUTPUT: Must return an ITEMDRAW constant. The return value may be ignored
* if the item is simply being sorted into the menu.
*/
TopMenuAction_DrawOption = 0,
TopMenuAction_DisplayOption = 0,
/**
* The title of a menu is being drawn for a given object.
@@ -61,7 +59,7 @@ enum TopMenuAction
* INPUT : TopMenu Handle, object ID, client index in extra parameter.
* OUTPUT: Buffer for rendering, maxlength of buffer.
*/
TopMenuAction_DrawTitle = 1,
TopMenuAction_DisplayTitle = 1,
/**
* A menu option has been selected.