#!/bin/sh
# ----------------------------------------------------------------------
#  DEMO: fileselectionbox in [incr Widgets]
# ----------------------------------------------------------------------
#\
exec itkwish "$0" ${1+"$@"}
package require Iwidgets 3.0

# itkwish interprets the rest...
# ----------------------------------------------------------------------
option add *textBackground seashell

iwidgets::fileselectionbox .fsb -width 4i -height 4i
pack .fsb