carbonkivy.uix.button
Submodules
Attributes
Classes
This mixin class provides |
|
This mixin class provides |
|
This mixin class provides |
|
The CBaseIcon class inherits from Label to display icons from IBM's icon library using the generated icon font. |
|
Implements the creation and addition of child widgets as declarative |
|
This mixin class provides |
|
This mixin class provides |
|
This mixin class provides |
Package Contents
- carbonkivy.uix.button.UIX[source]
- class carbonkivy.uix.button.CButton(**kwargs)[source]
Bases:
carbonkivy.behaviors.AdaptiveBehavior,carbonkivy.behaviors.BackgroundColorBehaviorRectangular,carbonkivy.behaviors.StateFocusBehavior,kivy.uix.behaviors.ButtonBehavior,carbonkivy.behaviors.DeclarativeBehavior,carbonkivy.behaviors.HoverBehavior,kivy.uix.relativelayout.RelativeLayoutThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- class carbonkivy.uix.button.CButtonDanger(**kwargs)[source]
Bases:
CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- class carbonkivy.uix.button.CButtonGhost(**kwargs)[source]
Bases:
CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- class carbonkivy.uix.button.CButtonIcon(**kwargs)[source]
Bases:
carbonkivy.uix.icon.CIconThe CBaseIcon class inherits from Label to display icons from IBM’s icon library using the generated icon font.
- class carbonkivy.uix.button.CButtonLabel(*args, **kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelImplements the creation and addition of child widgets as declarative programming style.
- class carbonkivy.uix.button.CButtonPrimary(**kwargs)[source]
Bases:
CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- class carbonkivy.uix.button.CButtonSecondary(**kwargs)[source]
Bases:
CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- class carbonkivy.uix.button.CButtonTertiary(**kwargs)[source]
Bases:
CButtonThis mixin class provides
Buttonbehavior. Please see thebutton behaviors moduledocumentation for more information.- Events:
- on_press
Fired when the button is pressed.
- on_release
Fired when the button is released (i.e. the touch/click that pressed the button goes away).
- carbonkivy.uix.button.filename[source]