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

ProgressBar
ProressBar displays an integer value within a bounded interval, the following between 25 and 75. Its value is currently in the middle.
<progressbar minimum="25" maximum="75" value="50" orientation="vertical" />

Parameters
NameTypeDefaultDescription
orientationchoicehorizontal Possible values are: horizontal, and vertical. The default value, if not set, is horizontal.
minimuminteger0 The progressbar's minimum value. By default, this is 0.
maximuminteger100 The progressbar's maximum value. By default, this is 100.
valueinteger0 The value is always between the progressbar's minimum and maximum values, inclusive. By default, the value equals the minimum.
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.