~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to doc/man/man3/XmVaCreatePushButtonGadget.3

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.DT
 
2
.TH "XmVaCreatePushButtonGadget" "library call"
 
3
.SH "NAME"
 
4
\fBXmVaCreatePushButtonGadget\fP,
 
5
\fBXmVaCreateManagedPushButtonGadget\fP \(em A PushButtonGadget
 
6
widget convenience creation functions\&.
 
7
.iX "XmVaCreateTogglePushButtonGadget" "XmVaCreateManagedPushButtonGadget"
 
8
.iX "creation functions" "XmVaCreatePushButtonGadget"
 
9
.SH "SYNOPSIS"
 
10
.PP
 
11
.nf
 
12
#include <Xm/PushBG\&.h>
 
13
.PP
 
14
\fBWidget \fBXmVaCreatePushButtonGadget\fP\fR(
 
15
\fBWidget \fBparent\fR\fR,
 
16
\fBString \fBname\fR\fR,
 
17
\&.\&.\&.);
 
18
.PP
 
19
\fBWidget \fBXmVaCreateManagedPushButtonGadget\fP\fR(
 
20
\fBWidget \fBparent\fR\fR,
 
21
\fBString \fBname\fR\fR,
 
22
\&.\&.\&.);
 
23
.fi
 
24
.SH "DESCRIPTION"
 
25
.PP
 
26
These functions create an instance of a
 
27
ToggleButtonGadget widget and returns the associated widget ID\&.
 
28
These routines use the ANSI C variable-length argument list (\fIvarargs\fP)
 
29
calling convention\&.
 
30
.PP
 
31
The \fBXmVaCreatePushButtonGadget\fP function
 
32
is a convenience routine that calls \fBXtCreateWidget\fP\&.
 
33
.PP
 
34
The \fBXmVaCreatePushButtonGadget\fP
 
35
function is a convenience routine that calls \fBXtCreateManagedWidget\fP\&.
 
36
.PP
 
37
.IP "\fIparent\fP" 10
 
38
Specifies the parent widget ID\&.
 
39
.IP "\fIname\fP" 10
 
40
Specifies the name of the created widget\&.
 
41
.IP \fI...\fP
 
42
Specifies the variable argument list to override the resource defaults.
 
43
.PP
 
44
For a complete definition of PushButtonGadget and its associated
 
45
resources, see \fBXmPushButtonGadget\fP(3)\&.
 
46
.SH "RETURN"
 
47
.PP
 
48
Returns the PushButtonGadget widget ID\&.
 
49
.SH "RELATED"
 
50
.PP
 
51
\fBXmPushButtonGadget\fP(3),
 
52
\fBXmCreatePushButtonGadget\fP(3),
 
53
\fBXtCreateWidget\fP(3), and
 
54
\fBXtCreateManagedWidget\fP(3)\&.