Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmTabGetValues(3)	    Library Functions Manual	       XmTabGetValues(3)

NAME
     XmTabGetValues -- A convenience function that returns tab values

SYNOPSIS
     #include <Xm/Xm.h>
     float XmTabGetValues(
     XmTab tab,
     unsigned char *units,
     XmOffsetModel *offset,
     unsigned char *alignment,
     char **decimal);

DESCRIPTION
     XmTabGetValues  takes an XmTab structure, returns the floating point number
     that is set as the value of the tab, and then sets values	for  the  units,
     offset,  alignment,  and decimal arguments where they are not NULL. The re-
     turned floating point number represents the distance that the rendering  of
     the XmString segment associated with tab will be offset. The offset is from
     either  the  beginning  of the rendering or from the previous tab stop, de-
     pending on the setting for the offset model. The distance will use the unit
     type pointed at by unit.

     tab       Specifies the tab to get the value from.

     units     Specifies a pointer to the unit type.

     offset    Specifies a pointer to the offset model.

     alignment Specifies a pointer to the alignment type.

     decimal   Specifies a pointer to the multibyte character used as the  deci-
	       mal point.

RETURN
     Returns a floating point number that is set as the value of the tab.

RELATED
     XmTab(3).

							       XmTabGetValues(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTabGetValues&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help