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

Separator
Separator is a horizontal or a vertical line. The following panel has a button('Left'), a vertical separator line, and a second button ('Right') in the first row, a horizontal separator in the second row, and the final button ('Bottom') in the third row.
<panel columns="3" gap="4" top="4" left="4">
  <button text="Left" />
  <separator />
  <button text="Right" />
  <separator colspan="3" />
  <button text="Bottom" colspan="3" />
</panel>

Parameters
NameTypeDefaultDescription
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.