AcceptDialog
Inherits: Window < Viewport < Node < Object
Inherited By: ConfirmationDialog
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
exclusive |
|
|
keep_title_visible |
|
|
|
||
title |
|
|
transient |
|
|
visible |
|
|
wrap_controls |
|
Methods
add_button ( String text, bool right=false, String action=”” ) |
|
add_cancel_button ( String name ) |
|
get_label ( ) |
|
get_ok_button ( ) |
|
void |
register_text_enter ( LineEdit line_edit ) |
void |
remove_button ( Button button ) |
Theme Properties
|
||
|
||
|
||
Signals
canceled ( )
There is currently no description for this signal. Please help us by contributing one!
confirmed ( )
There is currently no description for this signal. Please help us by contributing one!
custom_action ( StringName action )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
bool dialog_autowrap = false
There is currently no description for this property. Please help us by contributing one!
bool dialog_close_on_escape = true
There is currently no description for this property. Please help us by contributing one!
bool dialog_hide_on_ok = true
There is currently no description for this property. Please help us by contributing one!
String dialog_text = ""
There is currently no description for this property. Please help us by contributing one!
String ok_button_text = "OK"
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Button add_button ( String text, bool right=false, String action=”” )
There is currently no description for this method. Please help us by contributing one!
Button add_cancel_button ( String name )
There is currently no description for this method. Please help us by contributing one!
Label get_label ( )
There is currently no description for this method. Please help us by contributing one!
Button get_ok_button ( )
There is currently no description for this method. Please help us by contributing one!
void register_text_enter ( LineEdit line_edit )
There is currently no description for this method. Please help us by contributing one!
void remove_button ( Button button )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
int buttons_min_height = 0
There is currently no description for this theme property. Please help us by contributing one!
int buttons_min_width = 0
There is currently no description for this theme property. Please help us by contributing one!
int buttons_separation = 10
There is currently no description for this theme property. Please help us by contributing one!
StyleBox panel
There is currently no description for this theme property. Please help us by contributing one!