logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTabSetValue — A convenience function that sets a tab stop "XmTabSetValue"

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 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.

Name

XmTabSetValue — A convenience function that sets a tab stop "XmTabSetValue"

Synopsis

       #include <Xm/Xm.h>
       voidXmTabSetValue(
       XmTabtab,
       floatvalue);

See Also