CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/event_handlers.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void HandleExpose (void)
void HandleDestroyNotify (void)
void HandleMapRequest (void)
void HandleMapNotify (void)
void HandleUnmapNotify (void)
void HandleMotionNotify (void)
void HandleButtonRelease (void)
void HandleButtonPress (void)
void HandleEnterNotify (void)
void HandleLeaveNotify (void)
void HandleConfigureRequest (void)
void HandleClientMessage (void)
void HandlePropertyNotify (void)
void HandleKeyPress (void)
void HandleKeyRelease (void)
void HandleColormapNotify (void)
void HandleVisibilityNotify (void)
void HandleUnknown (void)
void HandleCirculateNotify (void)
void HandleFocusChange (void)
void HandleCreateNotify (void)
void HandleShapeNotify (void)

Function Documentation

◆ HandleButtonPress()

◆ HandleButtonRelease()

◆ HandleCirculateNotify()

◆ HandleClientMessage()

void HandleClientMessage ( void )

◆ HandleColormapNotify()

◆ HandleConfigureRequest()

void HandleConfigureRequest ( void )

◆ HandleCreateNotify()

void HandleCreateNotify ( void )

Definition at line 1901 of file event_handlers.c.

References dpy, and Event.

◆ HandleDestroyNotify()

◆ HandleEnterNotify()

◆ HandleExpose()

◆ HandleFocusChange()

void HandleFocusChange ( void )

Definition at line 314 of file event_handlers.c.

References Event, HandleFocusIn(), HandleFocusOut(), LastFocusEvent(), and Tmp_win.

Referenced by InitEvents().

◆ HandleKeyPress()

◆ HandleKeyRelease()

void HandleKeyRelease ( void )

Definition at line 526 of file event_handlers.c.

References Event, Scr, Tmp_win, and WMgrHandleKeyReleaseEvent().

◆ HandleLeaveNotify()

◆ HandleMapNotify()

void HandleMapNotify ( void )

Definition at line 2068 of file event_handlers.c.

References dpy, Scr, and Tmp_win.

◆ HandleMapRequest()

◆ HandleMotionNotify()

void HandleMotionNotify ( void )

◆ HandlePropertyNotify()

◆ HandleShapeNotify()

void HandleShapeNotify ( void )

Definition at line 3854 of file event_handlers.c.

References dpy, Event, SetFrameShape(), and Tmp_win.

Referenced by InitEvents().

◆ HandleUnknown()

void HandleUnknown ( void )

Definition at line 3900 of file event_handlers.c.

References Event.

Referenced by f_movetitlebar_impl(), f_resize_impl(), InitEvents(), and movewindow().

◆ HandleUnmapNotify()

void HandleUnmapNotify ( void )

◆ HandleVisibilityNotify()