summaryrefslogtreecommitdiff
path: root/iwidgets/demos/extfileselectionbox
diff options
context:
space:
mode:
Diffstat (limited to 'iwidgets/demos/extfileselectionbox')
-rw-r--r--iwidgets/demos/extfileselectionbox9
1 files changed, 9 insertions, 0 deletions
diff --git a/iwidgets/demos/extfileselectionbox b/iwidgets/demos/extfileselectionbox
new file mode 100644
index 00000000000..3c5ff7b292b
--- /dev/null
+++ b/iwidgets/demos/extfileselectionbox
@@ -0,0 +1,9 @@
+# ----------------------------------------------------------------------
+# DEMO: extfileselectionbox in [incr Widgets]
+# ----------------------------------------------------------------------
+package require Iwidgets 4.0
+
+option add *textBackground seashell
+
+iwidgets::extfileselectionbox .fsb -width 4i -height 4i
+pack .fsb