TmFileSelectionBox

Section: C Library Functions (3)
Updated: 24 July 1993
Index Return to Main Contents
 

NAME

TmFileSelectionBox - the FileSelectionBox widget class  

SYNOPSIS

xmFileSelectionBox  pathName [options]
xmFileSelectionBoxDialog  pathName [options]  

DESCRIPTION

This is the tcl binding to the Motif FileSelectionBox widget and the FileSelectionBoxDialog convenience function.  

CLASSES

The class name for resource files is XmFileSelectionBox. Resources are inherited from TmPrimitive, TmCore. Methods are inherited from TmCore.

 

RESOURCES

new resources for this class are
directory
directoryValid
dirListItems
dirListItemCount
dirListLabelString
dirMask
dirSearchProc
dirSpec
fileListItems
fileListItemCount
fileListLabelString
fileSearchProc
fileTypeMask
filterLabelString
listUpdated
noMatchString
pattern
qualifySearchDataProc

 

CHILDREN

FileSelectionBox has a number of children. They have names
Apply
Cancel
Dir
DirList
FilterLabel
FilterText
Help
ItemsList
Items
OK
Selection
Separator
Text
Note that this makes the XmFileSelectionBoxGetChild function redundant.

Each child has methods appropriate to its type. For example, the ItemsList widget is currently a List widget and so has methods ``selectPosition'', etc. Note that OSF warn against assuming a particular type for any child widget, so you should check the class before using a widget-specific method.

 

METHODS

No new methods are supported for this class.  

CALLBACK SUBSTITUTIONS

substitutions for this class are
%value - the name selected
%length - its length
%mask - the value of dirMask
%mask_length - its length
%dir - the current base directory
%dir_length - its length
%pattern - current seacrh pattern
%pattern_length - its length

 

BUGS

The various search procs are not supported.

 

AUTHOR

Jan Newmarch, University of Canberra


 

Index

NAME
SYNOPSIS
DESCRIPTION
CLASSES
RESOURCES
CHILDREN
METHODS
CALLBACK SUBSTITUTIONS
BUGS
AUTHOR

This document was created by man2html, using the manual pages.
Time: 04:19:01 GMT, December 02, 2024