~ubuntu-branches/debian/sid/libxt/sid

« back to all changes in this revision

Viewing changes to man/XtNextEvent.man

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2012-04-22 11:13:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120422111354-bgq2l0n9x262ez70
Tags: 1:1.1.3-1
* New upstream release.
* Bump xutils-dev build-dep for newer macros.
* Enable unit tests.
* Drop -D_REENTRANT from CFLAGS, unneeded.
* No need to override dh_auto_install.
* Add a libxt-doc package for the specs.
* Remove David Nusinow from Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright (c) 1993, 1994  X Consortium
2
 
.\" 
 
2
.\"
3
3
.\" Permission is hereby granted, free of charge, to any person obtaining
4
4
.\" a copy of this software and associated documentation files (the
5
5
.\" "Software"), to deal in the Software without restriction, including
7
7
.\" distribute, sublicense, and/or sell copies of the Software, and to
8
8
.\" permit persons to whom the Software furnished to do so, subject to
9
9
.\" the following conditions:
10
 
.\" 
 
10
.\"
11
11
.\" The above copyright notice and this permission notice shall be included
12
12
.\" in all copies or substantial portions of the Software.
13
 
.\" 
 
13
.\"
14
14
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15
15
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
16
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18
18
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19
19
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20
20
.\" OTHER DEALINGS IN THE SOFTWARE.
21
 
.\" 
 
21
.\"
22
22
.\" Except as contained in this notice, the name of the X Consortium shall
23
23
.\" not be used in advertising or otherwise to promote the sale, use or
24
24
.\" other dealing in this Software without prior written authorization
128
128
XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent, XtMainLoop \- query and process events and input
129
129
.SH SYNTAX
130
130
.HP
131
 
void XtNextEvent(XEvent *\fIevent_return\fP); 
132
 
.HP
133
 
Boolean XtPeekEvent(XEvent *\fIevent_return\fP); 
134
 
.HP
135
 
Boolean XtPending(void); 
136
 
.HP
137
 
void XtProcessEvent(XtInputMask \fImask\fP); 
138
 
.HP
139
 
void XtMainLoop(void); 
 
131
void XtNextEvent(XEvent *\fIevent_return\fP);
 
132
.HP
 
133
Boolean XtPeekEvent(XEvent *\fIevent_return\fP);
 
134
.HP
 
135
Boolean XtPending(void);
 
136
.HP
 
137
void XtProcessEvent(XtInputMask \fImask\fP);
 
138
.HP
 
139
void XtMainLoop(void);
140
140
.SH ARGUMENTS
141
141
.IP \fIevent\fP 1i
142
142
Specifies a pointer to the event structure that is to be dispatched
175
175
has been replaced by
176
176
.ZN XtAppMainLoop .
177
177
.SH "SEE ALSO"
178
 
XtAppNextEvent(3xt), XtAppPending(__libmansuffix__), XtAppPeekEvent(__libmansuffix__), 
 
178
XtAppNextEvent(3xt), XtAppPending(__libmansuffix__), XtAppPeekEvent(__libmansuffix__),
179
179
XtAppProcessEvent(__libmansuffix__), XtAppMainLoop(__libmansuffix__)
180
180
.br
181
181
\fI\*(xT\fP