diff options
Diffstat (limited to 'man/XtSetValues.man')
-rw-r--r-- | man/XtSetValues.man | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/man/XtSetValues.man b/man/XtSetValues.man index ce7e904..ab60b44 100644 --- a/man/XtSetValues.man +++ b/man/XtSetValues.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtSetVal.man,v 1.4 2001/03/16 17:53:53 pookie Exp $ +.\" $Xorg: XtSetVal.man,v 1.3 2000/08/17 19:42:03 cpqbld Exp $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -24,6 +24,9 @@ .\" be used in advertising or otherwise to promote the sale, use or other .\" dealing in this Software without prior written authorization from the .\" X Consortium. +.\" +.\" $XFree86: xc/doc/man/Xt/XtSetVal.man,v 1.3 2001/02/09 03:47:52 tsi Exp $ +.\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -123,7 +126,7 @@ .el .sp 10p .. .ny0 -.TH XtSetValues 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS" +.TH XtSetValues 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME XtSetValues, XtVaSetValues, XtSetSubvalues, XtVaSetSubvalues, XtGetValues, XtVaGetValues, XtGetSubvalues, XtVaGetSubvalues \- obtain and set widget resources .SH SYNTAX @@ -139,7 +142,7 @@ void XtVaSetValues(\fIw\fP, \fI...\fP) .br Widget \fIw\fP; .LP -void XtSetSubvalues(\fIbase\fP, \fIresources\fP, \fInum_resources\fP, \ +void XtSetSubvalues(\fIbase\fP, \fIresources\fP, \fInum_resources\fP, \fIargs\fP, \fInum_args\fP) .br XtPointer \fIbase\fP; @@ -172,7 +175,7 @@ void XtVaGetValues(\fIw\fP, \fI...\fP) .br Widget \fIw\fP; .LP -void XtGetSubvalues(\fIbase\fP, \fIresources\fP, \fInum_resources\fP, \ +void XtGetSubvalues(\fIbase\fP, \fIresources\fP, \fInum_resources\fP, \fIargs\fP, \fInum_args\fP) .br XtPointer \fIbase\fP; @@ -193,8 +196,8 @@ void XtVaGetSubvalues(\fIbase\fP, \fIresources\fP, \fInum_resources\fP, \fI...\f .br Cardinal \fInum_resources\fP; .SH ARGUMENTS -.ds Al of name/address pairs that contain the resource name \ -and either the address into which the resource value is to be stored \ +.ds Al of name/address pairs that contain the resource name +and either the address into which the resource value is to be stored or their new values .IP \fIargs\fP 1i Specifies the argument list \*(Al. |