summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/demos/shell
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/demos/shell')
-rw-r--r--itcl/iwidgets3.0.0/demos/shell21
1 files changed, 21 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/demos/shell b/itcl/iwidgets3.0.0/demos/shell
new file mode 100644
index 00000000000..71ebb434bc3
--- /dev/null
+++ b/itcl/iwidgets3.0.0/demos/shell
@@ -0,0 +1,21 @@
+#!/bin/sh
+# \
+ exec itkwish -f "$0" ${1+"$@"}
+
+package require Iwidgets 3.0
+
+#
+# Demo script for the Shell class
+#
+
+iwidgets::shell .sh -modality none -padx 20 -pady 20 -title Shell
+
+pack [label [.sh childsite].l -text SHELL]
+
+.sh center
+.sh activate
+
+
+
+
+