Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.4 KB

native_confirmation_dialog.md

File metadata and controls

43 lines (27 loc) · 1.4 KB

NativeConfirmationDialog

Description

Dialog for confirmation of actions. This dialog inherits from NativeAcceptDialog,

Native Confirmation Dialog

Properties

Type Name Default value
ButtonsTexts buttons_texts 0
Icon dialog_icon 3 (overrides NativeAcceptDialog)
String title "Please Confirm..." (overrides NativeAcceptDialog)

Enumerations

enum ButtonsTexts

ButtonsTexts BUTTONS_TEXTS_OK_CANCEL = 0

Pressing OK would emit the confirmed signal and pressing Cancel would emit the canceled signal.

Icon BUTTONS_TEXTS_YES_NO = 1

Pressing Yes would emit the confirmed signal and pressing No would emit the canceled signal.

Property Descriptions

ButtonsTexts buttons_texts = 0

The text that would be displayed inside the dialog's buttons.

void set_buttons_texts(ButtonsTexts value)

ButtonsTexts get_buttons_texts()