|
Public Methods |
| | MenuHandle (LMenu *inMenu=0) |
| | MenuHandle (LStdPopupMenu *) |
| void | loadMFCmenu (ResIDT inMENUid) |
| void | AppendMenu (const Str255) |
| short | CountMItems () |
| void | CheckItem (short whichItem, bool checkit) |
| void | SetMenuItemText (int itemNum, const Str255) |
| void | GetMenuItemText (int itemNum, Str255) |
| void | DeleteMenuItem (int itemNum) |
Related Functions |
(Note that these are not member functions.)
|
| void | AppendMenu (MenuHandle &inMenu, const Str255 inStr) |
| | Forward a call to MenuHandle::AppendMenu().
|
| void | CheckItem (MenuHandle &inMenu, short itemNum, bool checkit) |
| | Forward a call to MenuHandle::CheckItem().
|
| void | SetMenuItemText (MenuHandle &inMenu, int itemNum, const Str255 inStr) |
| | Forward a call to MenuHandle::SetMenuItemText().
|
| void | GetMenuItemText (MenuHandle &inMenu, int itemNum, Str255 outStr) |
| | Forward a call to MenuHandle::GetMenuItemText().
|
| void | DeleteMenuItem (MenuHandle &inMenu, int itemNum) |
| | Forward a call to MenuHandle::DeleteMenuItem().
|
| short | CountMItems (MenuHandle &inMenu) |
| | Forward a call to MenuHandle::CountMItems().
|