Dazzle.ListBox¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.ListBox (28), 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/w/co |
The property in which to assign the model item |
||
r/w/co |
The |
||
w/co |
The name of the |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Gtk.ListBox (8), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
Gtk.ListBox (8), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.ListBox(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(row_type, property_name)¶
- Parameters:
row_type (
GObject.GType
) –property_name (
str
) –
- Return type:
- get_model()¶
- Returns:
A
Gio.ListModel
orNone
.- Return type:
- get_row_type()¶
- Return type:
- set_model(model)¶
- Parameters:
model (
Gio.ListModel
) –
Property Details¶
- Dazzle.ListBox.props.property_name¶
- Name:
property-name
- Type:
- Default Value:
- Flags:
The property in which to assign the model item
- Dazzle.ListBox.props.row_type¶
- Name:
row-type
- Type:
- Default Value:
<GType GtkListBoxRow>
- Flags:
The
Gtk.ListBoxRow
or subclass type to instantiate
- Dazzle.ListBox.props.row_type_name¶
- Name:
row-type-name
- Type:
- Default Value:
- Flags:
The name of the
GObject.GType
as a string