Structure used in adding multiple items to COMBOBOX and LIST controls. More...
#include <mgui/listitem.h>
Public Member Functions | |
| LISTITEM (const MISTRING &string, ID id) | |
| ID | GetID () const |
| const MISTRING & | GetString () const |
Structure used in adding multiple items to COMBOBOX and LIST controls.
Generally used as a null-terminated array.
Constructor.
| string | String or TEXTID specification | |
| id | ID number |
| ID MGUI::LISTITEM::GetID | ( | ) | const [inline] |
Get ID number.
| const MISTRING& MGUI::LISTITEM::GetString | ( | ) | const [inline] |
Get string.
1.6.1