Dialog
Dialog is similar to panel, but it has border and title,
and you can drag it.
Properties
text | string | | The title is displayed in the title bar. |
icon | icon | | An image to be displayed in the titlebar of the dialog. |
modal | boolean | false | A modal dialog grabs all the input to the components behind
the dialog from the user. |
resizable | boolean | false | Set whether the dialog can be resized. |
closable | boolean | false | Set whether the dialog can be closed by a button. |
maximizable | boolean | false | Set whether the dialog can be maximized by a button. |
iconifiable | boolean | false | Set whether the dialog can be iconified by a button. |
columns, top, left, bottom, right, and gap
parameters are described at
panel |
name, enabled, visible, tooltip, property, width, height, colspan, rowspan,
weightx, weighty, halign, and valign parameters are similar to
component |
Keyboard-actions
Tab, Shift-Tab | Navigate forward, backward inside the dialog |
Ctrl-F6, Alt-F6, Ctrl-Shift-F6, Alt-Shift-F6 | Navigate forward, backward, outside of the non-modal dialog too |
|