summaryrefslogtreecommitdiff
path: root/man/XtRealizeWidget.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtRealizeWidget.man')
-rw-r--r--man/XtRealizeWidget.man19
1 files changed, 7 insertions, 12 deletions
diff --git a/man/XtRealizeWidget.man b/man/XtRealizeWidget.man
index e1acf7b..0b03339 100644
--- a/man/XtRealizeWidget.man
+++ b/man/XtRealizeWidget.man
@@ -26,7 +26,7 @@
.\" other dealings in this Software without prior written authorization
.\" from the X Consortium.
.\"
-.\" $XFree86: xc/doc/man/Xt/XtRealize.man,v 1.2 2001/01/27 18:20:29 dawes Exp $
+.\" $XFree86: xc/doc/man/Xt/XtRealize.man,v 1.3 2003/04/28 22:18:20 herrb Exp $
.\"
.ds tk X Toolkit
.ds xT X Toolkit Intrinsics \- C Language Interface
@@ -131,17 +131,12 @@
.SH NAME
XtRealizeWidget, XtIsRealized, XtUnrealizeWidget \- realize and unrealize widgets
.SH SYNTAX
-void XtRealizeWidget(\fIw\fP)
-.br
- Widget \fIw\fP;
-.LP
-Boolean XtIsRealized(\fIw\fP)
-.br
- Widget \fIw\fP;
-.LP
-void XtUnrealizeWidget(\fIw\fP)
-.br
- Widget \fIw\fP;
+.HP
+void XtRealizeWidget(Widget \fIw\fP);
+.HP
+Boolean XtIsRealized(Widget \fIw\fP);
+.HP
+void XtUnrealizeWidget(Widget \fIw\fP);
.SH ARGUMENTS
.IP \fIw\fP 1i
Specifies the widget.