carbonkivy.uix.radio
Submodules
Attributes
Classes
CRadioButton is a custom checkbox widget that inherits from AdaptiveBehavior, |
|
Implements the creation and addition of child widgets as declarative |
|
Box layout class. See module documentation for more information. |
|
Implements the creation and addition of child widgets as declarative |
|
Implements the creation and addition of child widgets as declarative |
|
RelativeLayout class, see module documentation for more information. |
|
Box layout class. See module documentation for more information. |
|
Implements the creation and addition of child widgets as declarative |
Package Contents
- carbonkivy.uix.radio.UIX[source]
- class carbonkivy.uix.radio.CRadioButton(**kwargs)[source]
Bases:
carbonkivy.uix.icon.CIconCircular,carbonkivy.behaviors.StateFocusBehavior,kivy.uix.behaviors.ButtonBehavior,carbonkivy.behaviors.SelectableBehaviorCRadioButton is a custom checkbox widget that inherits from AdaptiveBehavior, CIconCircular, BackgroundColorBehaviorCircular, StateFocusBehavior and ButtonBehavior.
- on_group_master(*args)[source]
- 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.
- class carbonkivy.uix.radio.CRadioButtonLabel(*args, **kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.radio.CRadioGroup(**kwargs)[source]
Bases:
carbonkivy.uix.selectionlayout.CSelectionLayoutBox layout class. See module documentation for more information.
- class carbonkivy.uix.radio.CRadioGroupHelperText(*args, **kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.radio.CRadioGroupLabel(*args, **kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.radio.CRadioGroupLayout(**kw)[source]
Bases:
kivy.uix.relativelayout.RelativeLayoutRelativeLayout class, see module documentation for more information.
- class carbonkivy.uix.radio.CRadioItem(*args, **kwargs)[source]
Bases:
carbonkivy.uix.boxlayout.CBoxLayoutBox layout class. See module documentation for more information.
- class carbonkivy.uix.radio.CRadioItemLabelNeutral(*args, **kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelNeutralImplements the creation and addition of child widgets as declarative programming style.
- carbonkivy.uix.radio.filename[source]