#!/usr/bin/ssd Text = The title of the window :-) Begin: box Position = 1x1-3 Text = A grouping box Begin: label Position: 1x1-2 Text = The box widget works as a parent for other widgets. wordwrap = true End Begin: label Text: Select an item: Position: 2x1 End Begin: DropDown AddItem*: This is the default entry AddItem: Item no. 2 AddItem: The list can go on AddItem: And on AddItem: And on... AddItem: I think you get the picture... Position: 2x2 End End Begin: Button Position = 2x1 Text = OK Default End Begin: Button Position = 2x3 Text = Cancel Cancel End