URI: 
       tShowEvent.man - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tShowEvent.man (430B)
       ---
            1 .TH ShowEvent 3X11 "December 1988"
            2 .SH NAME
            3 .B ShowEvent \- display the fields of an event
            4 .br
            5 .B GetType - get a string representation of an event type
            6 
            7 .SH SYNOPSIS
            8 .B void ShowEvent(event)
            9 .br
           10 .B XEvent *event;
           11 .PP
           12 .B char *GetType(event)
           13 .br
           14 .B XEvent *event;
           15 
           16 .SH DESCRIPTION
           17 ShowEvent displays the fields of the specified event in a readable form.
           18 .PP
           19 GetType returns the string representation of the specified event type.
           20