LeafletPage#
Deprecated since version 1.4: See the migration guide
Superclasses: Object
An auxiliary class used by Leaflet
.
Methods#
- class LeafletPage
- get_child() Widget #
Gets the leaflet child to which
self
belongs.Deprecated since version 1.4: See the migration guide
- get_name() str | None #
Gets the name of
self
.Deprecated since version 1.4: See the migration guide
Gets whether the child can be navigated to when folded.
Deprecated since version 1.4: See the migration guide
- set_name(name: str | None = None) None #
Sets the name of the
self
.Deprecated since version 1.4: See the migration guide
- Parameters:
name – the new value to set
Sets whether
self
can be navigated to when folded.If
FALSE
, the child will be ignored byget_adjacent_child
,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
- Parameters:
navigatable – whether
self
can be navigated to when folded
Properties#
- class LeafletPage
- props.child: Widget#
The type of the None singleton.
Deprecated since version 1.4: See the migration guide
- props.name: str#
The type of the None singleton.
Deprecated since version 1.4: See the migration guide
The type of the None singleton.
Deprecated since version 1.4: See the migration guide