InstallLocationDialog
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 | |
| Container | content_container | |
| Label | label | |
| CardButton | cancel_button | |
| Effect | fade_effect |
Methods
| Returns | Signature |
|---|---|
| void | open(return_node: Control, locations: Library.InstallLocation[] = [], message: String = "", cancel_txt: 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
Whether or not the cancel button should be shown
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!
content_container
Container content_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!
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!
Method Descriptions
open()
void open(return_node: Control, locations: Library.InstallLocation[] = [], message: String = "", cancel_txt: String = "")
Opens the dialog box with the given settings