File: XmCreateDropDown.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 (36 lines) | stat: -rw-r--r-- 970 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
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "XmCreateDropDown" "library call"
.SH "NAME"
\fBXmCreateDropDown\fP \(em The default DropDown widget creation function
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/DropDown\&.h>
\fBWidget \fBXmCreateDropDown\fP\fR(
\fBWidget \fBparent\fR\fR,
\fBString \fBname\fR\fR,
\fBArgList \fBarglist\fR\fR,
\fBCardinal \fBarg_count\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmCreateDropDown\fP creates an instance of a DropDown widget
and returns the associated widget ID\&.
.IP "\fIparent\fP" 10
Specifies the parent widget ID\&.
.IP "\fIname\fP" 10
Specifies the name of the created widget\&.
.IP "\fIarglist\fP" 10
Specifies the argument list\&.
.IP "\fBarg_count\fP" 10
Specifies the number of attribute/value pairs in the argument list
(\fIarglist\fP)\&.
.PP
For a complete definition of DropDown and its associated resources,
see \fBXmDropDown\fP(3)\&.
.SH "RETURN"
.PP
Returns the DropDown widget ID\&.
.SH "RELATED"
.PP
\fBXmDropDown\fP(3)\&.