WINDEX
Public Member Functions | List of all members
wex::menubar Class Reference

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...
 

Detailed Description

A widget that displays across top of a window and contains a number of dropdown menues.

Member Function Documentation

◆ append()

void wex::menubar::append ( const std::string &  title,
menu m 
)
inline

Append menu to menubar.

Parameters
[in]titlethat appears in the menubar
[in]mmenu that drops down when title clicked

The documentation for this class was generated from the following file: