Application

class caris.ui.Application

An instance of the Caris Application.

question_ok_cancel((Application)self, (str)title, (str)text) → bool :

Display a message box asking the user an Ok/Cancel question

Parameters
  • title (str) – The message box’s title

  • text (str) – The message box’s text, or question

Returns

True if ok was selected

question_yes_no((Application)self, (str)title, (str)text) → bool :

Display a message box asking the user a yes/no question

Parameters
  • title (str) – The message box’s title

  • text (str) – The message box’s text, or question

Returns

True if yes was selected