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