]> Creatis software - bbtk.git/blob - packages/wx/bbs/boxes/bbGUIcolour.bbs
38d370c199feb2a836fcdf26eb46139e8b038fa0
[bbtk.git] / packages / wx / bbs / boxes / bbGUIcolour.bbs
1 load wx
2 define GUIcolour wx
3   category "complex box, widget"
4   kind DEFAULT_GUI
5   new ColourSelectorButton colour
6   input In colour.In "Initial colour"
7   input Label colour.WinTitle "Label"
8   output Out colour.Out "Selected colour"
9   output Widget colour.Widget "Widget"
10   output BoxChange colour.BoxChange "BoxChange"
11 endefine