pymasep.interface.ui_dialog_box =============================== .. py:module:: pymasep.interface.ui_dialog_box Classes ------- .. autoapisummary:: pymasep.interface.ui_dialog_box.UIDialogBox Module Contents --------------- .. py:class:: UIDialogBox(rect, ui_manager, choice) Bases: :py:obj:`pygame_gui.elements.UIWindow` Dialogue box to choose what to say :param rect: Rect of the dialog box. :param ui_manager: UIManagerInterface :param choice: List of tuples containing the link target (id the of dialog) and the displayed text .. py:attribute:: choice possible choices of talk .. py:attribute:: tb_choice :value: [] ui text box elements .. py:attribute:: next_y_pos :value: 10 .. py:method:: process_event(event) Process the event UI_TEXT_BOX_LINK_CLICKED and post an TALK_EVENT :param event: The event to process.