carbonkivy.uix.link
Submodules
Attributes
Classes
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 |
Package Contents
- carbonkivy.uix.link.UIX[source]
- class carbonkivy.uix.link.CLink(**kwargs)[source]
Bases:
carbonkivy.behaviors.AdaptiveBehavior,carbonkivy.behaviors.BackgroundColorBehaviorRectangular,carbonkivy.behaviors.StateFocusBehavior,kivy.uix.behaviors.ButtonBehavior,carbonkivy.behaviors.HoverBehavior,kivy.uix.boxlayout.BoxLayoutThis 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).
- on_touch_down(touch) 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.link.CLinkIcon(**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.link.CLinkText(**kwargs)[source]
Bases:
carbonkivy.uix.label.CLabelImplements the creation and addition of child widgets as declarative programming style.
- carbonkivy.uix.link.filename[source]