diff options
Diffstat (limited to 'objectio/support_button.icl')
-rw-r--r-- | objectio/support_button.icl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/objectio/support_button.icl b/objectio/support_button.icl index 04a71ce..64e601b 100644 --- a/objectio/support_button.icl +++ b/objectio/support_button.icl @@ -1,5 +1,12 @@ module support_button +// ******************************************************************************** +// Clean tutorial example program. +// +// This program can be used to test the different ControlAttributes for a +// ButtonControl in a Dialog. +// ******************************************************************************** + import StdEnv, StdIO Start :: *World -> *World |