CTWM
Loading...
Searching...
No Matches
Functions
/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()

void HandleButtonPress ( void )

◆ HandleButtonRelease()

void HandleButtonRelease ( void )

◆ HandleCirculateNotify()

void HandleCirculateNotify ( void )

◆ HandleClientMessage()

void HandleClientMessage ( void )

◆ HandleColormapNotify()

void HandleColormapNotify ( void )

◆ HandleConfigureRequest()

void HandleConfigureRequest ( void )

◆ HandleCreateNotify()

void HandleCreateNotify ( void )

Definition at line 1901 of file event_handlers.c.

References dpy, Event, and PlaceX.

◆ HandleDestroyNotify()

void HandleDestroyNotify ( void )

◆ HandleEnterNotify()

void HandleEnterNotify ( void )

◆ HandleExpose()

void HandleExpose ( void )

◆ HandleFocusChange()

void HandleFocusChange ( void )

◆ HandleKeyPress()

void HandleKeyPress ( void )

◆ HandleKeyRelease()

void HandleKeyRelease ( void )

Definition at line 526 of file event_handlers.c.

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

◆ HandleLeaveNotify()

void HandleLeaveNotify ( void )

◆ HandleMapNotify()

void HandleMapNotify ( void )

◆ HandleMapRequest()

void HandleMapRequest ( void )

◆ HandleMotionNotify()

void HandleMotionNotify ( void )

◆ HandlePropertyNotify()

void HandlePropertyNotify ( void )

◆ HandleShapeNotify()

void HandleShapeNotify ( void )

Definition at line 3854 of file event_handlers.c.

References dpy, Event, TwmWindow::frame, PlaceX, SetFrameShape(), Tmp_win, and TwmWindow::wShaped.

Referenced by InitEvents().

◆ HandleUnknown()

void HandleUnknown ( void )

Definition at line 3900 of file event_handlers.c.

References Event, and PlaceX.

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

◆ HandleUnmapNotify()

void HandleUnmapNotify ( void )

◆ HandleVisibilityNotify()

void HandleVisibilityNotify ( void )