Dazzle.StackList¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Model |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.StackList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- clear()¶
- get_model()¶
- Returns:
An
Dazzle.StackList
.- Return type:
- pop()¶
- push(header, model, create_widget_func, *user_data)¶
- Parameters:
header (
Gtk.Widget
) –model (
Gio.ListModel
) –create_widget_func (
Dazzle.StackListCreateWidgetFunc
) –
- do_header_activated(row) virtual¶
- Parameters:
row (
Gtk.ListBoxRow
) –
- do_row_activated(row) virtual¶
- Parameters:
row (
Gtk.ListBoxRow
) –
Signal Details¶
- Dazzle.StackList.signals.header_activated(stack_list, object)¶
- Signal Name:
header-activated
- Flags:
- Parameters:
stack_list (
Dazzle.StackList
) – The object which received the signalobject (
Gtk.ListBoxRow
) –
- Dazzle.StackList.signals.row_activated(stack_list, object)¶
- Signal Name:
row-activated
- Flags:
- Parameters:
stack_list (
Dazzle.StackList
) – The object which received the signalobject (
Gtk.ListBoxRow
) –
Property Details¶
- Dazzle.StackList.props.model¶
- Name:
model
- Type:
- Default Value:
- Flags:
Model