]> Creatis software - bbtk.git/commitdiff
Remove useless file
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 12 Mar 2009 10:16:48 +0000 (10:16 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 12 Mar 2009 10:16:48 +0000 (10:16 +0000)
packages/wx/bbs/appli/exampleSimpleCheckBox.bbs [deleted file]

diff --git a/packages/wx/bbs/appli/exampleSimpleCheckBox.bbs b/packages/wx/bbs/appli/exampleSimpleCheckBox.bbs
deleted file mode 100644 (file)
index 7d8db07..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-description "Simple test of wx::CheckBox widget"
-author "jpr@creatis.insa-lyon.fr"
-category "example"
-
-# Load the packages
-load std
-load wx
-
-# Create the Objects
-new CheckBox chkbox
-set chkbox.WinDialog true
-
-print chkbox=$slider.Out$