Glimmer DSL for SWT v4.20.0.1 and v4.20.0.2 bring the following Hello samples aboard:
- Hello, Composite!
- Hello, Layout!
- Hello, Tool Bar!
- Hello, Cool Bar!
Additionally, they include built-in automation for creating tool_bar and cool_bar widgets, obviating the need for doing complex object wiring when nesting a combo in a tool bar and calculating preferred sizes when adding toolbars to a cool bar.
This sample demonstrates the composite widget, which is simply used as a container for visual layout and organization.
This sample demonstrates the standard 3 layouts in SWT (though one can write their own for very advanced applications): fill_layout, row_layout, and grid_layout
This sample demonstrates the use of tool_bar & tool_item as well as being able to nest combo in a tool_bar.
This sample demonstrates the use of cool_bar that can contain multiple reorganizable tool_bar widgets
Happy Glimmering!
No comments:
Post a Comment