Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class tmenu</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TMenu
--------------------------------------------------------------------------------

 DATA
--------------------------------------------------------------------------------
 hMenu           The Windows handle of the Menu
 aItems          An array of MenuItems
 oWnd            A reference to the container Window of the Menu
 lSysMenu        If it is a System menu
 lPopup          If it is a popup menu
 nHelpId         The help topic identifier of this Menu
 cVarName        A variable name to identifier this object (visual editor)

 METHODS
--------------------------------------------------------------------------------
 New             Creating a new Menu
 Redefine        Creates a menu from resource
 NewSys          Redefining a SysMenu
 Activate        PopMenu activating method
 Add             Adding a new menuitem to the Menu
 AddEdit         Adds standard editing menu options
 AddHelp         Adds standard help menu options
 AddMdi          Adds standard MDI menu options
 Command         Processes the user selection command
 DelItems        Invoked when destroying the menu. Destroys each menuitem
 Destroy         Destroys the menu
 Disable         Disables the entire menu
 End             Ends the menu
 GetMenuItem     Retrieves a reference to a MenuItem Object given its Id
 GetPopup        Retrieves a reference to a contained Popup given its position
 HelpTopic       Invoked when pressing enter over this menu
 Hilite          Hilites a specific menuitem
 Init            Called everytime the menu is going to be shown
 Insert          Inserts a new menuitem at a specified position
 LastItem        A reference to last processed MenuItem Object
 Load            Changes some menu properties based on a binary info
 Refresh         Repaints the menu
 Release         Destroy the Menu Object
 Reset           Reset to the original System Menu of a Window
 Save            Generates a binary representation of the menu
 UnHilite        DeHelites a specific menuitem


See Also: Commands Menu.ch

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