carbonkivy.uix.dropdown

Submodules

Attributes

UIX

filename

Classes

CDropdown

Box layout class. See module documentation for more information.

Package Contents

carbonkivy.uix.dropdown.UIX[source]
class carbonkivy.uix.dropdown.CDropdown(**kwargs)[source]

Bases: carbonkivy.uix.boxlayout.CBoxLayout, carbonkivy.behaviors.ElevationBehavior

Box layout class. See module documentation for more information.

visibility
master
margin
pointer
update_pos(instance: kivy.uix.widget.Widget, *args) None[source]
on_touch_up(touch)[source]

Receive a touch up event. The touch is in parent coordinates.

See on_touch_down() for more information.

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_visibility(*args) None[source]
carbonkivy.uix.dropdown.filename[source]