'\" t .\" TabGetV.sgm /main/8 1996/09/08 21:08:39 rws $ .de P! .fl \!!1 setgray .fl \\&.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "XmTabGetValues" 3 .SH "NAME" \fBXmTabGetValues\fP \(em A convenience function that returns tab values "XmTabGetValues" .SH "SYNOPSIS" .PP .nf #include \fBfloat \fBXmTabGetValues\fP\fR( \fBXmTab \fBtab\fR\fR, \fBunsigned char \fB*units\fR\fR, \fBXmOffsetModel \fB*offset\fR\fR, \fBunsigned char \fB*alignment\fR\fR, \fBchar \fB**decimal\fR\fR); .fi .SH "DESCRIPTION" .PP \fBXmTabGetValues\fP takes an \fBXmTab\fR structure, returns the floating point number that is set as the value of the tab, and then sets values for the \fIunits\fP, \fIoffset\fP, \fIalignment\fP, and \fIdecimal\fP arguments where they are not NULL\&. The returned floating point number represents the distance that the rendering of the \fBXmString\fR segment associated with \fItab\fP will be offset\&. The offset is from either the beginning of the rendering or from the previous tab stop, depending on the setting for the \fIoffset\fP model\&. The distance will use the unit type pointed at by \fIunit\fP\&. .IP "\fItab\fP" 10 Specifies the tab to get the value from\&. .IP "\fIunits\fP" 10 Specifies a pointer to the unit type\&. .IP "\fIoffset\fP" 10 Specifies a pointer to the offset model\&. .IP "\fIalignment\fP" 10 Specifies a pointer to the alignment type\&. .IP "\fIdecimal\fP" 10 Specifies a pointer to the multibyte character used as the decimal point\&. .SH "RETURN" .PP Returns a floating point number that is set as the value of the tab\&. .SH "RELATED" .PP \fBXmTab\fP(3)\&. .\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:32