#include <wg_menu.h>
Definition at line 45 of file wg_menu.h.
| wGui::SMenuItem::SMenuItem | ( | std::wstring | sItemText, | |
| long int | iItemId = 0, |
|||
| CPopupMenu * | pPopup = 0 | |||
| ) | [inline] |
Constructs a new Menu Item
| sItemText | The text to display for the menu item | |
| iItemId | An identifier for the menu item, which gets returned in the CTRL_SINGLELCLICK message | |
| pPopup | A pointer to a popup menu, if the menu item is actually a submenu, this should be 0 if the item isn't a submenu (defaults to 0) |
1.5.1