Adw.Layout¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Adw.Layout(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An individual layout in [class`MultiLayoutView`].
New in version 1.6.
- classmethod new(content)¶
- Parameters:
content (
Gtk.Widget
) – the content widget to use- Returns:
a new
AdwLayout
- Return type:
Creates a new
AdwLayout
that contains content.New in version 1.6.
- get_content()¶
- Returns:
The content
- Return type:
Gets the content widget.
New in version 1.6.
- get_name()¶
-
Gets the name of the layout.
New in version 1.6.
Property Details¶
- Adw.Layout.props.content¶
- Name:
content
- Type:
- Default Value:
- Flags:
The content widget.
New in version 1.6.