Module my_autopylot.message39
Functions
def msg_box_ask_yes_no(msg_for_user='')
-
Description
Display a message box with information.
Args
msg_for_user
:str
- [description]
Returns
[status] Status (bool) : Whether the message box was displayed or not.
def msg_box_info(msg_for_user='')
-
Description
Display a message box with information.
Args
msg_for_user
:str
- [description]
Returns
[status] Status (bool) : Whether the message box was displayed or not.
def msg_count_down(msg_for_user='', default_time=5)
-
Description
Display a message box with information.
Args
msg_for_user
:str
- [description]
default_time
:int
, optional- [description]. Defaults to 5.
Returns
[status] Status (bool) : Whether the message box was displayed or not.