31 #include "../Workspace/dockable_component.h"
32 #include "rollout_header.h"
47 template<
typename Type>
51 template<
typename Type>
58 return new Type(
this, header, frame);
void set_tag_name(const std::string &name)
Sets the CSS tag name.
Type * add_rollout()
Definition: rollout_list.h:52
Definition: rollout_list.h:40
GUI base component class.
Definition: gui_component.h:81
Definition: dockable_component.h:41
GUIComponent(GUIComponent *parent, const std::string &tag_name="component")
Creates a GUI component.