Adw.LeafletPage¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
d/r/w/co |
|
||
d/r/w/en |
|
||
d/r/w/en |
|
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Adw.LeafletPage(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An auxiliary class used by [class`Leaflet`].
Deprecated since version 1.4: See the migration guide
- get_child()¶
- Returns:
the child to which self belongs
- Return type:
Gets the leaflet child to which self belongs.
Deprecated since version 1.4: See the migration guide
- get_name()¶
-
Gets the name of self.
Deprecated since version 1.4: See the migration guide
- Returns:
whether self can be navigated to when folded
- Return type:
Gets whether the child can be navigated to when folded.
Deprecated since version 1.4: See the migration guide
- set_name(name)¶
-
Sets the name of the self.
Deprecated since version 1.4: See the migration guide
- Parameters:
navigatable (
bool
) – whether self can be navigated to when folded
Sets whether self can be navigated to when folded.
If
FALSE
, the child will be ignored by [method`Leaflet`.get_adjacent_child], [method`Leaflet`.navigate], and swipe gestures.This can be used used to prevent switching to widgets like separators.
Deprecated since version 1.4: See the migration guide
Property Details¶
- Adw.LeafletPage.props.child¶
- Name:
child
- Type:
- Default Value:
- Flags:
The leaflet child to which the page belongs.
Deprecated since version 1.4: See the migration guide
- Adw.LeafletPage.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
The name of the child page.
Deprecated since version 1.4: See the migration guide
- Name:
navigatable
- Type:
- Default Value:
- Flags:
Whether the child can be navigated to when folded.
If
FALSE
, the child will be ignored by [method`Leaflet`.get_adjacent_child], [method`Leaflet`.navigate], and swipe gestures.This can be used used to prevent switching to widgets like separators.
Deprecated since version 1.4: See the migration guide