carbonkivy.uix.tooltip
Submodules
Attributes
Classes
Box layout class. See module documentation for more information. |
Package Contents
- carbonkivy.uix.tooltip.UIX[source]
- class carbonkivy.uix.tooltip.CTooltip(**kwargs)[source]
Bases:
kivy.uix.boxlayout.BoxLayoutBox layout class. See module documentation for more information.
- update_pos(instance: kivy.uix.widget.Widget, *args) None[source]
- on_touch_down(touch)[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.
- on_touch_up(touch)[source]
Receive a touch up event. The touch is in parent coordinates.
See
on_touch_down()for more information.
- set_visibility(instance: kivy.uix.widget.Widget, visibility: bool, *args) None[source]
- carbonkivy.uix.tooltip.filename[source]