carbonkivy.behaviors
Submodules
- carbonkivy.behaviors.adaptive_behavior
- carbonkivy.behaviors.background_color_behavior
- carbonkivy.behaviors.declarative_behavior
- carbonkivy.behaviors.elevation_behavior
- carbonkivy.behaviors.hierarchical_layer_behavior
- carbonkivy.behaviors.hover_behavior
- carbonkivy.behaviors.selectable_behavior
- carbonkivy.behaviors.selection_behavior
- carbonkivy.behaviors.state_focus_behavior
- carbonkivy.behaviors.tooltip_behavior
Classes
Implements the creation and addition of child widgets as declarative |
|
Package Contents
- class carbonkivy.behaviors.BackgroundColorBehavior(*args, **kwargs)[source]
-
- line_color_disabled
The border of the specified color will be used to border the widget if disabled.
- on_bg_color(instance: object, color: list | str) None[source]
Fired when the values of
bg_colorchange.
- on_inset_color(instance: object, color: list | str) None[source]
Fired when the values of
inset_colorchange.
- class carbonkivy.behaviors.BackgroundColorBehaviorCircular(*args, **kwargs)[source]
Bases:
BackgroundColorBehavior
- class carbonkivy.behaviors.BackgroundColorBehaviorRectangular(*args, **kwargs)[source]
Bases:
BackgroundColorBehavior
- class carbonkivy.behaviors.DeclarativeBehavior(*args, **kwargs)[source]
Implements the creation and addition of child widgets as declarative programming style.
- id
Widget ID.
idis anStringPropertyand defaults to ‘’.
- class carbonkivy.behaviors.ElevationBehavior(*args, **kwargs)[source]
Bases:
kivy.event.EventDispatcher
- class carbonkivy.behaviors.HierarchicalLayerBehavior(*args, **kwargs)[source]
- class carbonkivy.behaviors.HoverBehavior(**kwargs)[source]
- class carbonkivy.behaviors.SelectableBehavior(**kwargs)[source]
Bases:
kivy.event.EventDispatcher
- class carbonkivy.behaviors.SelectionBehavior(**kwargs)[source]
Bases:
kivy.event.EventDispatcher- add_widget(widget, *args, **kwargs)[source]
- class carbonkivy.behaviors.StateFocusBehavior(**kwargs)[source]