orb.dialogs.mail_dialog module

class orb.dialogs.mail_dialog.FocusTextInput(**kwargs)

Bases: TextInput

on_touch_down(touch)

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.

class orb.dialogs.mail_dialog.MailDialog(**kwargs)

Bases: PopupDropShadow

get_mail()
open(*args)

Display the modal in the Window.

When the view is opened, it will be faded in with an animation. If you don’t want the animation, use:

view.open(animation=False)