Dazzle.Tab¶
- Subclasses:
None
Methods¶
- Inherited:
Dazzle.Bin (1), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Actionable (5)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
If the tab is currently active |
||
r/w/en |
If the tab widget can be closed |
||
r/w/en |
Edge |
||
r/w |
Title |
||
r/w/en |
The widget the tab represents |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Class Details¶
- class Dazzle.Tab(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_edge()¶
- Return type:
- get_style()¶
- Return type:
- get_widget()¶
- Returns:
A
Gtk.Widget
orNone
.- Return type:
Gtk.Widget
orNone
- set_edge(edge)¶
- Parameters:
edge (
Gtk.PositionType
) –
- set_style(style)¶
- Parameters:
style (
Dazzle.TabStyle
) –
- set_widget(widget)¶
- Parameters:
widget (
Gtk.Widget
) –
Signal Details¶
- Dazzle.Tab.signals.clicked(tab)¶
- Signal Name:
clicked
- Flags:
- Parameters:
tab (
Dazzle.Tab
) – The object which received the signal
Property Details¶
- Dazzle.Tab.props.active¶
- Name:
active
- Type:
- Default Value:
- Flags:
If the tab is currently active
- Dazzle.Tab.props.can_close¶
- Name:
can-close
- Type:
- Default Value:
- Flags:
If the tab widget can be closed
- Dazzle.Tab.props.edge¶
- Name:
edge
- Type:
- Default Value:
- Flags:
Edge
- Dazzle.Tab.props.widget¶
- Name:
widget
- Type:
- Default Value:
- Flags:
The widget the tab represents