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
10void FocusOnRoot(void);
13void MoveOutline(Window root, int x, int y, int width, int height,
14 int bw, int th);
15
16
17#endif /* _CTWM_WIN_OPS_H */
static int PlaceX
Definition add_window.c:82
int y
Definition menus.c:70
int x
Definition menus.c:69
MenuRoot * root
Definition parse_yacc.c:26
Info and control for every X Window we take over.
void Squeeze(TwmWindow *tmp_win)
Definition win_ops.c:223
void SetFocusVisualAttributes(TwmWindow *tmp_win, bool focus)
Definition win_ops.c:30
void SetFocus(TwmWindow *tmp_win, Time tim)
Definition win_ops.c:128
void FocusOnRoot(void)
Definition win_ops.c:189
void MoveOutline(Window root, int x, int y, int width, int height, int bw, int th)
Definition win_ops.c:317
void AutoSqueeze(TwmWindow *tmp_win)
Definition win_ops.c:205