CTWM
Toggle main menu visibility
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/event_handlers.h
Go to the documentation of this file.
1
/*
2
* Event handler functions (internal to event code)
3
*/
4
#ifndef _CTWM_EVENT_HANDLERS_H
5
#define _CTWM_EVENT_HANDLERS_H
6
7
void
HandleExpose
(
void
);
8
void
HandleDestroyNotify
(
void
);
9
void
HandleMapRequest
(
void
);
10
void
HandleMapNotify
(
void
);
11
void
HandleUnmapNotify
(
void
);
12
void
HandleMotionNotify
(
void
);
13
void
HandleButtonRelease
(
void
);
14
void
HandleButtonPress
(
void
);
15
void
HandleEnterNotify
(
void
);
16
void
HandleLeaveNotify
(
void
);
17
void
HandleConfigureRequest
(
void
);
18
void
HandleClientMessage
(
void
);
19
void
HandlePropertyNotify
(
void
);
20
void
HandleKeyPress
(
void
);
21
void
HandleKeyRelease
(
void
);
22
void
HandleColormapNotify
(
void
);
23
void
HandleVisibilityNotify
(
void
);
24
void
HandleUnknown
(
void
);
25
void
HandleCirculateNotify
(
void
);
26
27
void
HandleFocusChange
(
void
);
28
void
HandleCreateNotify
(
void
);
29
void
HandleShapeNotify
(
void
);
30
#ifdef EWMH
31
void
HandleSelectionClear(
void
);
32
#endif
33
#endif
/* _CTWM_EVENT_HANDLERS_H */
HandleVisibilityNotify
void HandleVisibilityNotify(void)
Definition
event_handlers.c:488
HandleKeyRelease
void HandleKeyRelease(void)
Definition
event_handlers.c:526
HandleEnterNotify
void HandleEnterNotify(void)
Definition
event_handlers.c:3073
HandleUnmapNotify
void HandleUnmapNotify(void)
Definition
event_handlers.c:2131
HandleMapRequest
void HandleMapRequest(void)
Definition
event_handlers.c:1921
HandleClientMessage
void HandleClientMessage(void)
Definition
event_handlers.c:1543
HandleConfigureRequest
void HandleConfigureRequest(void)
Definition
event_handlers.c:3679
HandlePropertyNotify
void HandlePropertyNotify(void)
Definition
event_handlers.c:1125
HandleFocusChange
void HandleFocusChange(void)
Definition
event_handlers.c:314
HandleCreateNotify
void HandleCreateNotify(void)
Definition
event_handlers.c:1901
HandleMapNotify
void HandleMapNotify(void)
Definition
event_handlers.c:2068
HandleDestroyNotify
void HandleDestroyNotify(void)
Definition
event_handlers.c:1720
HandleCirculateNotify
void HandleCirculateNotify(void)
Definition
event_handlers.c:439
HandleKeyPress
void HandleKeyPress(void)
Definition
event_handlers.c:545
HandleUnknown
void HandleUnknown(void)
Definition
event_handlers.c:3900
HandleLeaveNotify
void HandleLeaveNotify(void)
Definition
event_handlers.c:3496
HandleButtonRelease
void HandleButtonRelease(void)
Definition
event_handlers.c:2255
HandleShapeNotify
void HandleShapeNotify(void)
Definition
event_handlers.c:3854
HandleButtonPress
void HandleButtonPress(void)
Definition
event_handlers.c:2606
HandleColormapNotify
void HandleColormapNotify(void)
Definition
event_handlers.c:107
HandleMotionNotify
void HandleMotionNotify(void)
Definition
event_handlers.c:2215
HandleExpose
void HandleExpose(void)
Definition
event_handlers.c:1591
event_handlers.h
Generated by
1.18.0