F O R · R E A L L Y · T H I N · C L I E N T S
 Home  |  Overview  |  Widgets  |  Demo  |  License  |  History 

» Component
» Label
» Button
» CheckBox
» ComboBox
» TextField
» PasswordField
» TextArea
» TabbedPane
» Panel
» Desktop
» Dialog
» SpinBox
» ProgressBar
» Slider
» SplitPane
» List
» Table
» Tree
» Separator
» MenuBar

Dialog
Dialog is similar to panel, but it has border and title, and you can drag it.

Parameters
NameTypeDefaultDescription
textstringnull The title is displayed in the title bar.
iconiconnull An image to be displayed in the titlebar of the dialog.
modalbooleanfalse A modal dialog grabs all the input to the components behind the dialog from the user.
columns, top, left, bottom, right, and gap parameters are described at panel
name, enabled, visible, tooltip, width, height, colspan, rowspan, weightx, weighty, halign, and valign parameters are similar to component

Keyboard-actions
OperationAction
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

Copyright © 2002 Robert Bajzat - info@thinlet.com - All rights reserved.