JWM Source Documentation

dock.h
Go to the documentation of this file.
00001 
00010 #ifndef DOCK_H
00011 #define DOCK_H
00012 
00013 struct TrayComponentType;
00014 
00016 void InitializeDock();
00017 void StartupDock();
00018 void ShutdownDock();
00019 void DestroyDock();
00026 struct TrayComponentType *CreateDock(int width);
00027 
00031 void HandleDockEvent(const XClientMessageEvent *event);
00032 
00037 int HandleDockDestroy(Window win);
00038 
00043 int HandleDockSelectionClear(const XSelectionClearEvent *event);
00044 
00049 int HandleDockResizeRequest(const XResizeRequestEvent *event);
00050 
00055 int HandleDockConfigureRequest(const XConfigureRequestEvent *event);
00056 
00061 int HandleDockReparentNotify(const XReparentEvent *event);
00062 
00063 #endif
00064