Panel.FrameTabBar¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1), Panel.FrameHeader (6)
- Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
Properties¶
- Inherited:
 
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/en  | 
Autohide  | 
||
r/w/en  | 
Expand Tabs  | 
||
r/w/en  | 
Inverted  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class Panel.FrameTabBar(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A
Panel.FrameHeaderthat implements switching between tab views in aPanel.Frame.- classmethod new()¶
 - Returns:
 a newly created
Panel.FrameTabBar- Return type:
 
Create a new
Panel.FrameTabBar.
- get_autohide()¶
 - Returns:
 the value of the autohide property.
- Return type:
 
Gets whether the tabs automatically hide.
- get_expand_tabs()¶
 - Returns:
 the value of the expand_tabs property.
- Return type:
 
Gets whether tabs expand to full width.
- get_inverted()¶
 - Returns:
 the value of the inverted property.
- Return type:
 
Gets whether tabs use inverted layout.
- set_autohide(autohide)¶
 - Parameters:
 autohide (
bool) – the autohide value
Sets whether the tabs automatically hide.
Property Details¶
- Panel.FrameTabBar.props.autohide¶
 - Name:
 autohide- Type:
 - Default Value:
 - Flags:
 
Whether the tabs automatically hide.
- Panel.FrameTabBar.props.expand_tabs¶
 - Name:
 expand-tabs- Type:
 - Default Value:
 - Flags:
 
Whether tabs expand to full width.