panel.frame_tab_bar

Module for [FrameTabBar] class

Types 3

A #PanelFrameHeader that implements switching between tab views in a #PanelFrame.

Methods
GType _gType() @property
FrameTabBar self()Returns `this`, for use in `with` statements.
FrameTabBarGidBuilder builder()Get builder for [panel.frametabbar.FrameTabBar] Returns: New builder object
bool autohide() @propertyGet `autohide` property. Returns: Whether the tabs automatically hide.
void autohide(bool propval) @propertySet `autohide` property. Params: propval = Whether the tabs automatically hide.
bool expandTabs() @propertyGet `expandTabs` property. Returns: Whether tabs expand to full width.
void expandTabs(bool propval) @propertySet `expandTabs` property. Params: propval = Whether tabs expand to full width.
bool inverted() @propertyGet `inverted` property. Returns: Whether tabs use inverted layout.
void inverted(bool propval) @propertySet `inverted` property. Params: propval = Whether tabs use inverted layout.
bool getAutohide()Gets whether the tabs automatically hide. Returns: the value of the autohide property.
bool getExpandTabs()Gets whether tabs expand to full width. Returns: the value of the expand_tabs property.
bool getInverted()Gets whether tabs use inverted layout. Returns: the value of the inverted property.
void setAutohide(bool autohide)Sets whether the tabs automatically hide.
void setExpandTabs(bool expandTabs)Sets whether tabs expand to full width.
void setInverted(bool inverted)Sets whether tabs tabs use inverted layout.
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #PanelFrameTabBar. Returns: a newly created #PanelFrameTabBar
Methods
T autohide(bool propval)Set `autohide` property. Params: propval = Whether the tabs automatically hide. Returns: Builder instance for fluent chaining
T expandTabs(bool propval)Set `expandTabs` property. Params: propval = Whether tabs expand to full width. Returns: Builder instance for fluent chaining
T inverted(bool propval)Set `inverted` property. Params: propval = Whether tabs use inverted layout. Returns: Builder instance for fluent chaining

Fluent builder for [panel.frame_tab_bar.FrameTabBar]