InstallOptionDialog
Inherits: Control
Properties
| Type | Name | Default |
|---|---|---|
| String | text | |
| String | cancel_text | "Cancel" |
| bool | cancel_visible | true |
| bool | close_on_selected | true |
| Vector2i | custom_maximum_size | |
| ScrollContainer | scroll_container | |
| Label | label | |
| CardButton | confirm_button | |
| CardButton | cancel_button | |
| Effect | fade_effect | |
| Control | content | |
| FocusGroup | focus_group |
Methods
| Returns | Signature |
|---|---|
| void | open(return_node: Control, options: Library.InstallOption[], message: String = "") |
Property Descriptions
text
String text
Text to display in the dialog box
cancel_text
String cancel_text = "Cancel"
Cancel button text
cancel_visible
bool cancel_visible = true
Note
There is currently no description for this property. Please help us by contributing one!
close_on_selected
bool close_on_selected = true
Close the dialog when the user selects an option
custom_maximum_size
Vector2i custom_maximum_size
Maximum size that the scroll container can grow to
scroll_container
ScrollContainer scroll_container
Note
There is currently no description for this property. Please help us by contributing one!
label
Label label
Note
There is currently no description for this property. Please help us by contributing one!
confirm_button
CardButton confirm_button
Note
There is currently no description for this property. Please help us by contributing one!
cancel_button
CardButton cancel_button
Note
There is currently no description for this property. Please help us by contributing one!
fade_effect
Effect fade_effect
Note
There is currently no description for this property. Please help us by contributing one!
content
Control content
Note
There is currently no description for this property. Please help us by contributing one!
focus_group
FocusGroup focus_group
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
open()
void open(return_node: Control, options: Library.InstallOption[], message: String = "")
Opens the dialog box with the given settings