33 #include "../api_gui.h"
34 #include "../gui_component.h"
74 virtual Size get_css_size()
const;
99 int add_menu(
const std::string &name,
PopupMenu popup_menu);
104 void remove_menu(
int index);
111 std::shared_ptr<MenuBar_Impl> impl;
113 friend class MenuModalLoop;
GUI base component class.
Definition: gui_component.h:80
GUIComponent * get_named_item(const std::string &id)
Find child component with the specified component ID name.
2D (width,height) size structure - Integer
Definition: size.h:157