Changes between Version 8 and Version 9 of widgets


Ignore:
Timestamp:
11/29/2010 11:49:36 AM (13 years ago)
Author:
marcel.taeumel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • widgets

    v8 v9  
    115115A spacer is used to manually separate widgets from each other. The designer draws a thin blue line according to the orientation.
    116116
     117'''Widget Container'''
     118
     119[[Image(container.png, nolink, title="Four composed widget containers with different border styles.")]]
     120
     121A widget container is the main layout element for UI designs. If no color is set, it will be transparent in general and get a light gray background for the designer.
     122
     123Widget container can have ''Table Layouts'' and ''Proportional Layouts''. By choosing one of these modes, all child widgets get new options like `#disableTableLayout` or the offset and frames that specify the proportions.
    117124
    118125== Input Widgets ==