mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Missed header changes
This commit is contained in:
parent
a5404ad216
commit
a71f5cfd9d
1 changed files with 4 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ public:
|
|||
/// returns the menu item's ID, or -1 on failure.
|
||||
/// implementd on a per-platform basis.
|
||||
/// TODO: factor out common code
|
||||
S32 insertItem(S32 pos, const char *title, const char* accelerator, const char* cmd);
|
||||
S32 insertItem(S32 pos, const char *title, const char* accelerator, const char* cmd, S32 bitmapIndex = -1);
|
||||
|
||||
/// Sets the name title and accelerator for
|
||||
/// an existing item.
|
||||
|
|
@ -143,6 +143,9 @@ public:
|
|||
///Clears all items
|
||||
void clearItems();
|
||||
|
||||
///Gets the text of a given item
|
||||
String getItemText(S32 pos);
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
/// Displays this menu as a popup menu and blocks until the user has selected
|
||||
/// an item.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue