2#ifndef MALENA_TABBEDPANELSETTINGS_H
3#define MALENA_TABBEDPANELSETTINGS_H
Settings trait for interactive UI controls — layout only.
Base settings trait for all visual components — geometry only.
void setIconSize(float s)
float tabMinWidth
minimum tab label width
void setTabMinWidth(float w)
void setTabPosition(TabPosition p)
void setCloseable(bool b)
void setTabMaxWidth(float w)
float iconSize
icon square size
float tabHeight
thickness of the tab strip
float tabMaxWidth
maximum tab label width
float closeSize
× hit area
TabbedPanelSettings & operator=(const GraphicSettings &g)
bool closeable
show × on all tabs by default
void setTabHeight(float h)
TabbedPanelSettings & operator=(const ControlSettings &c)