1XmTab(library call) XmTab(library call)
2
3
4
6 XmTab — Data type for a tab stop
7
9 #include <Xm/Xm.h>
10 XmTab
11
13 XmTab is a data structure that specifies a tab stop to be used in ren‐
14 dering an XmString containing tab components. An XmTab value contains a
15 value, a unit type, an offset model (either XmABSOLUTE or XmRELATIVE),
16 an alignment model (XmALIGNMENT_BEGINNING), and a decimal point charac‐
17 ter. The resource file syntax for XmTab is specified in the XmTabList
18 reference page.
19
21 XmTabCreate(3), XmTabFree(3), XmTabGetValues(3), XmTabList(3), and
22 XmTabSetValue(3).
23
24
25
26 XmTab(library call)