carbonkivy.uix.checkbox
Submodules
Attributes
Classes
CCheckbox is a custom checkbox widget that inherits from AdaptiveBehavior, |
Package Contents
- carbonkivy.uix.checkbox.UIX[source]
- class carbonkivy.uix.checkbox.CCheckbox(**kwargs)[source]
Bases:
carbonkivy.uix.icon.CIconCircular,carbonkivy.behaviors.StateFocusBehavior,kivy.uix.behaviors.ButtonBehaviorCCheckbox is a custom checkbox widget that inherits from AdaptiveBehavior, CIconCircular, BackgroundColorBehaviorCircular, StateFocusBehavior and ButtonBehavior.
- on_touch_down(touch: kivy.input.providers.mouse.MouseMotionEvent) bool[source]
Receive a touch down event.
- Parameters:
- touch:
MotionEventclass Touch received. The touch is in parent coordinates. See
relativelayoutfor a discussion on coordinate systems.
- touch:
- Returns:
bool If True, the dispatching of the touch event will stop. If False, the event will continue to be dispatched to the rest of the widget tree.
- carbonkivy.uix.checkbox.filename[source]