- class DirList()
-
The DirList widget
displays a list view of a directory, its previous directories and its
sub-directories. The user can choose one of the directories displayed
in the list or change to another directory.
- class DirTree()
-
The DirTree
widget displays a tree view of a directory, its previous directories
and its sub-directories. The user can choose one of the directories
displayed in the list or change to another directory.
- class DirSelectDialog()
-
The DirSelectDialog
widget presents the directories in the file system in a dialog
window. The user can use this dialog window to navigate through the
file system to select the desired directory.
- class DirSelectBox()
-
The DirSelectBox is similar
to the standard Motif(TM) directory-selection box. It is generally used for
the user to choose a directory. DirSelectBox stores the directories mostly
recently selected into a ComboBox widget so that they can be quickly
selected again.
- class ExFileSelectBox()
-
The ExFileSelectBox
widget is usually embedded in a tixExFileSelectDialog widget. It
provides an convenient method for the user to select files. The style
of the ExFileSelectBox widget is very similar to the standard
file dialog on MS Windows 3.1.
- class FileSelectBox()
-
The FileSelectBox
is similar to the standard Motif(TM) file-selection box. It is
generally used for the user to choose a file. FileSelectBox stores the
files mostly recently selected into a ComboBox widget so that
they can be quickly selected again.
- class FileEntry()
-
The FileEntry
widget can be used to input a filename. The user can type in the
filename manually. Alternatively, the user can press the button widget
that sits next to the entry, which will bring up a file selection
dialog.
See About this document... for information on suggesting changes.