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

Label
The following label displays a short text string and an image. Its content is centered both vertically and horizontally.
<label text="Label" icon="image.gif" alignment="center" />

Parameters
NameTypeDefaultDescription
textstringnull The text string that the label displays.
iconiconnull The icon image that the label displays.
alignmentchoiceleft The alignment of the label's content along the X axis, vertically is centered. Possible values are: left, center, and right. The default value, if not set, is left. The image position horizontally left, above, and right relative to the text.
mnemonicinteger-1 Specifies the underlined char in the label's text.
name, enabled, visible, tooltip, width, height, colspan, rowspan, weightx, weighty, halign, and valign parameters are similar to component

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