GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmTabSetValue(3) FreeBSD Library Functions Manual XmTabSetValue(3)

XmTabSetValue — A convenience function that sets a tab stop

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

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 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, depending 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 overlap, the x position for the segment is set immediately after the end of the previous segment.

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.