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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmTabSetValue --	A convenience function that sets a tab stop

SYNOPSIS
       #include	<Xm/Xm.h>
       void XmTabSetValue(
       XmTab tab,
       float value);

DESCRIPTION
       XmTabSetValue  sets  the	 value field of	the XmTab structure associated
       with tab.

       tab	 Specifies the tab to set the value of.

       value	 Specifies the floating	point number which represents the dis-
		 tance	that  the rendering of the XmString segment associated
		 with tab will be offset. The offset is	from either the	begin-
		 ning  of the rendering	or from	the previous tab stop, depend-
		 ing on	the setting for	the offset model. The distance depends
		 on  the  tab's	 unit type.  Note that negative	values are not
		 permitted, and	that if	a tab stop would cause text  to	 over-
		 lap,  the x position for the segment is set immediately after
		 the end of the	previous segment.

RELATED
       See also	the Motif Programmer's Guide for more information  about  tabs
       and tab lists.  XmTab(3).

							      XmTabSetValue(3)

NAME | SYNOPSIS | DESCRIPTION | RELATED

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTabSetValue&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help