Tabber
This function creates a tabber widget. A tabber is a panel with selecteable tabs displayed at the top. Use AddItem() to add a new tab.
Syntax
- static Widget* Tabber(const int x, const int y, const int width, const int height, Widget* parent)
Parameters
- x: X position of the widget, in logical units.
- y: Y position of the widget, in logical units.
- width: width of the widget, in logical units.
- height: height of the widget, in logical units.
Returns
Returns a new tabber.