diff options
Diffstat (limited to 'man/XtCreateWindow.man')
-rw-r--r-- | man/XtCreateWindow.man | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/man/XtCreateWindow.man b/man/XtCreateWindow.man index 56bb307..f341a27 100644 --- a/man/XtCreateWindow.man +++ b/man/XtCreateWindow.man @@ -26,7 +26,7 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.\" $XFree86: xc/doc/man/Xt/XtCreWin.man,v 1.3 2001/02/09 03:47:50 tsi Exp $ +.\" $XFree86: xc/doc/man/Xt/XtCreWin.man,v 1.4 2003/04/28 22:18:18 herrb Exp $ .\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface @@ -131,18 +131,10 @@ .SH NAME XtCreateWindow \- window creation convenience function .SH SYNTAX -void XtCreateWindow(\fIw\fP, \fIwindow_class\fP, \fIvisual\fP, -\fIvalue_mask\fP, \fIattributes\fP) -.br - Widget \fIw\fP; -.br - unsigned int \fIwindow_class\fP; -.br - Visual *\fIvisual\fP; -.br - XtValueMask \fIvalue_mask\fP; -.br - XSetWindowAttributes *\fIattributes\fP; +.HP +void XtCreateWindow(Widget \fIw\fP, unsigned int \fIwindow_class\fP, Visual +*\fIvisual\fP, XtValueMask \fIvalue_mask\fP, XSetWindowAttributes +*\fIattributes\fP); .SH ARGUMENTS .IP \fIattributes\fP 1i Specifies the window attributes to use in the |