panel.frame_tab_bar
Module for [FrameTabBar] class
Types 3
A #PanelFrameHeader that implements switching between tab views in a #PanelFrame.
Methods
FrameTabBar self()Returns `this`, for use in `with` statements.FrameTabBarGidBuilder builder()Get builder for [panel.frametabbar.FrameTabBar] Returns: New builder objectvoid autohide(bool propval) @propertySet `autohide` property. Params: propval = Whether the tabs automatically hide.void expandTabs(bool propval) @propertySet `expandTabs` property. Params: propval = Whether tabs expand to full width.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.classFrameTabBarGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T, panel.frame_header.FrameHeaderGidBuilderImpl!T
Methods
T autohide(bool propval)Set `autohide` property. Params: propval = Whether the tabs automatically hide. Returns: Builder instance for fluent chainingT expandTabs(bool propval)Set `expandTabs` property. Params: propval = Whether tabs expand to full width. Returns: Builder instance for fluent chainingT inverted(bool propval)Set `inverted` property. Params: propval = Whether tabs use inverted layout. Returns: Builder instance for fluent chainingFluent builder for [panel.frame_tab_bar.FrameTabBar]
Methods