Skip to content
cybertron edited this page Jan 4, 2012 · 1 revision

The group widget is simply a convenience widget for grouping other widgets. This could also be done with any widget capable of displaying nothing, but the group widget makes the intent more clear. The only parameter that it uses is Position.

Example:

Widget
   Type Group
   Position 100 100
   Widget
      [Widget definitions for widgets in the group...]
Clone this wiki locally