|
|
Tm/tmsgigrid(3) -- the SGI Grid widget class
|
|
This is the tcl binding to the SGI sgGrid widget. |
|
Tm/tmsgipanel(3) -- the SGI IconPanel widget class
|
|
This is the tcl binding to the SGI ViewKit IconPanel widget. |
|
Tm/tmsgithumbwheel(3) -- the SGI sgThumbWheel widget class
|
|
This is the tcl binding to the SGI ThumbWheel widget. |
|
Tm/tmspinbox(3) -- the SpinBox widget class
|
|
This is the tcl binding to the Motif SpinBox widget. |
|
Tm/tmstring(3) -- the string to XmString conversion
|
|
Motif uses a data type known as XmString. This is a compound string format, containing rendition information such as direction and font. XmStrings are used in a number of places, most notably in the label of a Label widget. In the conversion of a string to an XmString, the following format rules are applied: The string is treated as a list of words. Words in the list are concatenated with a single space between them, no matter what the original white space between them. Individual words may be q... |
|
Tm/tmtext(3) -- the Text widget class
|
|
This is the tcl binding to the Motif Text widget. |
|
Tm/tmtogglebutton(3) -- the ToggleButton widget class
|
|
This is the tcl binding to the Motif ToggleButton widget. |
|
Tm/tmtoplevelshell(3) -- any toplevel widget.
|
|
This command creates additional toplevel shells. |
|
Tm/tmuil(3) -- the interface to the UIL system
|
|
The extra methods supported for handling UIL files are mrmOpenHierarchy mrmCloseHierarchy mrmFetchWidget mrmFetchWidgetOverride mrmOpenHierarchy file_list This takes a list of files that are compiled UIL files (UID files) and opens the widget hierarchy. At most one widget hierarchy can be opened. This method is only available to the toplevel widget ``.'' mrmCloseHierarchy This closes the widget hierarchy opened by mrmOpenHierarchy. This method is only available to the toplevel widget ``.'' m... |
|
Tm/tmversion(3) -- Tcl variables for Tm versions
|
|
This is a set of tcl variables with version information tmVersion the current tclMotif version XmVERSION the major version number of Motif XmREVISION the revision number of Motif XmVersion the combined major and revision number, made by XmVERSION*1000 + XmREVISION. |
|
Tk/toplevel(3) -- Create and manipulate toplevel widgets
|
|
borderWidth highlightBackground highlightThickness takeFocus | cursor highlightColor relief See the ``options'' manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS Name: background | Class: Background | Command-Line Switch:-background | This option is the same as the standard background option except | that its value may also be specified as an empty string. In this | case, the widget will display no background or border, and no colors| will be consumed from its colormap ... |
|
libblas/tpmv(3) -- BLAS Level Two
|
|
uplo On entry, uplo specifies whether the matrix is an upper or lower triangular matrix as follows: FORTRAN uplo = 'U' or 'u' A is an upper triangular matrix. uplo = 'L' or 'l' A is a lower triangular matrix. C uplo = UpperTriangle A is an upper triangular matrix. uplo = LowerTriangle A is a lower triangular matrix. Unchanged on exit. trans On entry, trans specifies the operation to be FORTRAN trans = 'N' or 'n' x := A*x / A*x = b. trans = 'T' or 't' x := A'*x / A'*x = b. trans... |
|
standard/tpon(3) -- control the visibility of the textport
|
|
none |