 
 subsubsection3_7_1_4.html  subsection3_7_1.html  subsubsection3_7_1_2.html  tableofcontents3_1.html   Next: subsubsection3_7_1_4.html Specifying File Types Up: subsection3_7_1.html File Selection Dialog  Previous: subsubsection3_7_1_2.html The Subwidget in    The TixExFileSelectDialog Widget  
   
The TixExFileSelectDialog widget is very similar to the TixFileSelectDialog
  widget. It supports all the options and widget commands of the latter, so
  essentially we can just take the program 5-1 and replace the
  command 
tixFileSelectDialog in the first line to tixExFileSelectDialog.
The composition of the TixExFileSelectDialog widget is a bit different: it
  contains one contains one subwidget, which is also called 
fsbox, of
  the type TixExFileSelectBox widget (figure 5-3). Again this
  
fsbox widgets supports all widget options and commands of the fsbox subwidget in TixFileSelectDialog, so the line 2 of program 5-1
 can work for TixExFileSelectDialog widgets without any
  change.
http://tix.sourceforge.nethttp://tix.sourceforge.net 