CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_decorations.h
Go to the documentation of this file.
1/*
2 * Window decoration bits
3 */
4
5#ifndef _CTWM_DECORATIONS_H
6#define _CTWM_DECORATIONS_H
7
8
10 int x, int y, int w, int h, int bw);
12 int x, int y, int w, int h, int bw, bool sendEvent);
14
18
22
24void SetBorderCursor(TwmWindow *tmp_win, int x, int y);
25
26
27#endif /* _CTWM_DECORATIONS_H */
static int PlaceX
Definition add_window.c:82
int y
Definition menus.c:70
int x
Definition menus.c:69
Info and control for every X Window we take over.
void CreateWindowTitlebarButtons(TwmWindow *tmp_win)
void SetBorderCursor(TwmWindow *tmp_win, int x, int y)
void PaintTitle(TwmWindow *tmp_win)
void ComputeTitleLocation(TwmWindow *tmp)
void SetFrameShape(TwmWindow *tmp)
void PaintTitleButton(TwmWindow *tmp_win, TBWindow *tbw)
void SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw)
void PaintTitleButtons(TwmWindow *tmp_win)
void PaintBorders(TwmWindow *tmp_win, bool focus)
void SetupFrame(TwmWindow *tmp_win, int x, int y, int w, int h, int bw, bool sendEvent)
void DeleteHighlightWindows(TwmWindow *tmp_win)