summaryrefslogtreecommitdiff
path: root/man/XtGetActionList.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetActionList.man')
-rw-r--r--man/XtGetActionList.man14
1 files changed, 4 insertions, 10 deletions
diff --git a/man/XtGetActionList.man b/man/XtGetActionList.man
index da539e6..7434a48 100644
--- a/man/XtGetActionList.man
+++ b/man/XtGetActionList.man
@@ -25,7 +25,7 @@
.\" dealing in this Software without prior written authorization from the
.\" X Consortium.
.\"
-.\" $XFree86: xc/doc/man/Xt/XtGetActL.man,v 1.3 2001/02/09 03:47:51 tsi Exp $
+.\" $XFree86: xc/doc/man/Xt/XtGetActL.man,v 1.4 2003/04/28 22:18:18 herrb Exp $
.\"
.ds tk X Toolkit
.ds xT X Toolkit Intrinsics \- C Language Interface
@@ -130,15 +130,9 @@
.SH NAME
XtGetActionList \- obtain class action list
.SH SYNTAX
-void XtGetActionList(\fIwidget_class\fP, \fIactions_return\fP,
-\fInum_actions_return\fP)
-.br
- WidgetClass \fIwidget_class\fP;
-.br
- XtActionList* \fIactions_return\fP;
-.br
- Cardinal* \fInum_actions_return\fP;
-.LP
+.HP
+void XtGetActionList(WidgetClass \fIwidget_class\fP, XtActionList*
+\fIactions_return\fP, Cardinal* \fInum_actions_return\fP);
.SH ARGUMENTS
.IP \fIwidget_class\fP 1i
Specifies the widget class whose actions are to be returned.