Inheritance diagram for PopupMenu:
Public Member Functions | |
void | Init (Font *fnt) |
BOOL | Create (int _xpos, int _ypos, int _x, int _y, int _Style, Element *_Parent) |
BOOL | Add (char *label, uint32 ID, Bitmap *icon=(Bitmap *) NULL, PopupMenu *_submenu=(PopupMenu *) NULL) |
void | ShowIcon (uint32 idx) |
void | HideIcon (uint32 idx) |
void | ToggleIcon (uint32 idx) |
void | Show () |
void | Hide () |
void | HideAll () |
void | Popup (int x, int y) |
void | Click (int, int, int) |
void | MouseDown (int, int, int) |
void | MouseDown2 (int, int, int) |
Definition at line 57 of file menu.hpp.