]> Creatis software - bbtk.git/blob - packages/wx/bbs/appli/exampleSimpleCheckBox.bbs
fix names
[bbtk.git] / packages / wx / bbs / appli / exampleSimpleCheckBox.bbs
1 description "Simple test of wx::CheckBox widget"
2 author "jpr@creatis.insa-lyon.fr"
3 category "example"
4
5 # Load the packages
6 load std
7 load wx
8
9 # Create the Objects
10 new CheckBox chkbox
11 set chkbox.WinDialog true
12
13 print chkbox=$slider.Out$