34 #include "../api_gui.h" 35 #include "../gui_component.h" 36 #include "../../Display/Render/graphic_context.h" 84 std::shared_ptr<GroupBox_Impl> impl;
GUI base component class.
Definition: gui_component.h:81
GUIComponent * get_named_item(const std::string &id)
Find child component with the specified component ID name.
Group box component.
Definition: groupbox.h:46