File: XmVaCreateColumn.3

package info (click to toggle)
motif 2.3.4-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 81,160 kB
  • ctags: 51,769
  • sloc: ansic: 596,938; cpp: 3,951; yacc: 2,854; makefile: 2,070; csh: 1,199; sh: 1,070; lex: 455
file content (54 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.DT
.TH "XmVaCreateColumn" "library call"
.SH "NAME"
\fBXmVaCreateColumn\fP,
\fBXmVaCreateManagedColumn\fP \(em A Column
widget convenience creation functions\&.
.iX "XmVaCreateColumn" "XmVaCreateManagedColumn"
.iX "creation functions"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/Column\&.h>
.PP
\fBWidget \fBXmVaCreateColumn\fP\fR(
\fBWidget \fBparent\fR\fR,
\fBString \fBname\fR\fR,
\&.\&.\&.);
.PP
\fBWidget \fBXmVaCreateManagedColumn\fP\fR(
\fBWidget \fBparent\fR\fR,
\fBString \fBname\fR\fR,
\&.\&.\&.);
.fi
.SH "DESCRIPTION"
.PP
These functions create an instance of a
Column widget and returns the associated widget ID\&.
These routines use the ANSI C variable-length argument list (\fIvarargs\fP)
calling convention\&.
.PP
The \fBXmVaCreateColumn\fP function
is a convenience routine that calls \fBXtCreateWidget\fP\&.
.PP
The \fBXmVaCreateManagedColumn\fP
function is a convenience routine that calls \fBXtCreateManagedWidget\fP\&.
.PP
.IP "\fIparent\fP" 10
Specifies the parent widget ID\&.
.IP "\fIname\fP" 10
Specifies the name of the created widget\&.
.IP \fI...\fP
Specifies the variable argument list to override the resource defaults.
.PP
For a complete definition of Column and its associated
resources, see \fBXmColumn\fP(3)\&.
.SH "RETURN"
.PP
Returns the Column widget ID\&.
.SH "RELATED"
.PP
\fBXmColumn\fP(3),
\fBXmCreateColumn\fP(3),
\fBXtCreateWidget\fP(3), and
\fBXtCreateManagedWidget\fP(3)\&.