CTWM
Toggle main menu visibility
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
9
void
SetupWindow
(
TwmWindow
*tmp_win,
10
int
x,
int
y,
int
w,
int
h,
int
bw);
11
void
SetupFrame
(
TwmWindow
*tmp_win,
12
int
x,
int
y,
int
w,
int
h,
int
bw,
bool
sendEvent);
13
void
SetFrameShape
(
TwmWindow
*tmp);
14
15
void
ComputeTitleLocation
(
TwmWindow
*tmp);
16
void
CreateWindowTitlebarButtons
(
TwmWindow
*tmp_win);
17
void
DeleteHighlightWindows
(
TwmWindow
*tmp_win);
18
19
void
PaintTitle
(
TwmWindow
*tmp_win);
20
void
PaintTitleButtons
(
TwmWindow
*tmp_win);
21
void
PaintTitleButton
(
TwmWindow
*tmp_win,
TBWindow
*tbw);
22
23
void
PaintBorders
(
TwmWindow
*tmp_win,
bool
focus);
24
void
SetBorderCursor
(
TwmWindow
*tmp_win,
int
x,
int
y);
25
26
27
#endif
/* _CTWM_DECORATIONS_H */
TBWindow
Definition
ctwm.h:164
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
CreateWindowTitlebarButtons
void CreateWindowTitlebarButtons(TwmWindow *tmp_win)
Definition
win_decorations.c:661
SetBorderCursor
void SetBorderCursor(TwmWindow *tmp_win, int x, int y)
Definition
win_decorations.c:1513
PaintTitle
void PaintTitle(TwmWindow *tmp_win)
Definition
win_decorations.c:1189
ComputeTitleLocation
void ComputeTitleLocation(TwmWindow *tmp)
Definition
win_decorations.c:604
SetFrameShape
void SetFrameShape(TwmWindow *tmp)
Definition
win_decorations.c:489
PaintTitleButton
void PaintTitleButton(TwmWindow *tmp_win, TBWindow *tbw)
Definition
win_decorations.c:1297
SetupWindow
void SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw)
Definition
win_decorations.c:71
PaintTitleButtons
void PaintTitleButtons(TwmWindow *tmp_win)
Definition
win_decorations.c:1282
PaintBorders
void PaintBorders(TwmWindow *tmp_win, bool focus)
Definition
win_decorations.c:1385
SetupFrame
void SetupFrame(TwmWindow *tmp_win, int x, int y, int w, int h, int bw, bool sendEvent)
Definition
win_decorations.c:77
DeleteHighlightWindows
void DeleteHighlightWindows(TwmWindow *tmp_win)
Definition
win_decorations.c:1075
win_decorations.h
Generated by
1.18.0