namespace mola::gui

Overview

namespace gui {

// typedefs

typedef std::variant<Label, Separator, CheckBox, Button, TextBox, TextPanel, SliderFloat, SliderInt, ComboBox> LeafWidget;
typedef std::variant<Label, Separator, CheckBox, Button, TextBox, TextPanel, SliderFloat, SliderInt, ComboBox, Row> AnyWidget;

// structs

struct Button;
struct CheckBox;
struct ComboBox;
struct Label;
struct LiveString;
struct Menu;
struct MenuBar;
struct MenuItem;
struct Row;
struct Separator;
struct SliderFloat;
struct SliderInt;
struct Tab;
struct TextBox;
struct TextPanel;
struct WindowDescription;

} // namespace gui