44 class GUILayoutProvider;
78 Size get_css_size()
const;
89 void set_geometry(
const Rect &pos);
94 void set_preferred_size(
const Size &size);
101 std::shared_ptr<GUILayout_Impl> impl;
Layout management base class.
Definition: gui_layout.h:47
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:453
Layout management interface.
Definition: gui_layout_provider.h:45
2D (width,height) size structure - Integer
Definition: size.h:157