CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_ops.h
Go to the documentation of this file.
1
/*
2
* Window operations
3
*/
4
#ifndef _CTWM_WIN_OPS_H
5
#define _CTWM_WIN_OPS_H
6
7
8
void
SetFocusVisualAttributes
(
TwmWindow
*
tmp_win
,
bool
focus
);
9
void
SetFocus
(
TwmWindow
*
tmp_win
,
Time
tim
);
10
void
FocusOnRoot
(
void
);
11
void
AutoSqueeze
(
TwmWindow
*
tmp_win
);
12
void
Squeeze
(
TwmWindow
*
tmp_win
);
13
void
MoveOutline
(
Window
root
,
int
x
,
int
y
,
int
width,
int
height,
14
int
bw
,
int
th
);
15
16
17
#endif
/* _CTWM_WIN_OPS_H */
PlaceX
static int PlaceX
Definition
add_window.c:82
y
int y
Definition
menus.c:70
x
int x
Definition
menus.c:69
root
MenuRoot * root
Definition
parse_yacc.c:26
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
Squeeze
void Squeeze(TwmWindow *tmp_win)
Definition
win_ops.c:223
SetFocusVisualAttributes
void SetFocusVisualAttributes(TwmWindow *tmp_win, bool focus)
Definition
win_ops.c:30
SetFocus
void SetFocus(TwmWindow *tmp_win, Time tim)
Definition
win_ops.c:128
FocusOnRoot
void FocusOnRoot(void)
Definition
win_ops.c:189
MoveOutline
void MoveOutline(Window root, int x, int y, int width, int height, int bw, int th)
Definition
win_ops.c:317
AutoSqueeze
void AutoSqueeze(TwmWindow *tmp_win)
Definition
win_ops.c:205
Generated by
1.10.0