carbonkivy.uix.tooltip

Submodules

Attributes

UIX

filename

Classes

CTooltip

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.BoxLayout

Box layout class. See module documentation for more information.

bg_color
text_color
element_x
pointer
text
radius
margin
update_pos(instance: kivy.uix.widget.Widget, *args) None[source]
on_touch_down(touch)[source]

Receive a touch down event.

Parameters:
touch: MotionEvent class

Touch received. The touch is in parent coordinates. See relativelayout for a discussion on coordinate systems.

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]