0.2.0
|
Screen Divider. More...
Go to the source code of this file.
Functions | |
bool | NAV::gui::widgets::Splitter (const char *str_id, bool split_vertically, float thickness, float *size1, float *size2, float min_size1, float min_size2, float splitter_long_axis_size=-1.0F) |
Vertical or horizontal Screen Divider. | |
Screen Divider.
bool NAV::gui::widgets::Splitter | ( | const char * | str_id, |
bool | split_vertically, | ||
float | thickness, | ||
float * | size1, | ||
float * | size2, | ||
float | min_size1, | ||
float | min_size2, | ||
float | splitter_long_axis_size = -1.0F ) |
Vertical or horizontal Screen Divider.
[in] | str_id | Unique Id for splitter creation |
[in] | split_vertically | Vertical or horizontal splitter |
[in] | thickness | Thickness in Pixels |
[in,out] | size1 | Size left or above the splitter |
[in,out] | size2 | Size right or below the splitter |
[in] | min_size1 | Minimum size left or above the splitter |
[in] | min_size2 | Minimum size right or below the spliter |
[in] | splitter_long_axis_size | Length of the splitter |