Blame


1 0206bd51 2008-01-30 rsc .TH ShowEvent 3X11 "December 1988"
2 0206bd51 2008-01-30 rsc .SH NAME
3 0206bd51 2008-01-30 rsc .B ShowEvent \- display the fields of an event
4 0206bd51 2008-01-30 rsc .br
5 0206bd51 2008-01-30 rsc .B GetType - get a string representation of an event type
6 0206bd51 2008-01-30 rsc
7 0206bd51 2008-01-30 rsc .SH SYNOPSIS
8 0206bd51 2008-01-30 rsc .B void ShowEvent(event)
9 0206bd51 2008-01-30 rsc .br
10 0206bd51 2008-01-30 rsc .B XEvent *event;
11 0206bd51 2008-01-30 rsc .PP
12 0206bd51 2008-01-30 rsc .B char *GetType(event)
13 0206bd51 2008-01-30 rsc .br
14 0206bd51 2008-01-30 rsc .B XEvent *event;
15 0206bd51 2008-01-30 rsc
16 0206bd51 2008-01-30 rsc .SH DESCRIPTION
17 0206bd51 2008-01-30 rsc ShowEvent displays the fields of the specified event in a readable form.
18 0206bd51 2008-01-30 rsc .PP
19 0206bd51 2008-01-30 rsc GetType returns the string representation of the specified event type.
20 0206bd51 2008-01-30 rsc