|
WINDEX
|
A widget that displays across top of a window and contains a number of dropdown menues. More...
#include <wex.h>
Public Member Functions | |
| menubar (gui &parent) | |
| void | append (const std::string &title, menu &m) |
| Append menu to menubar. More... | |
A widget that displays across top of a window and contains a number of dropdown menues.
|
inline |
Append menu to menubar.
| [in] | title | that appears in the menubar |
| [in] | m | menu that drops down when title clicked |