CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/add_window.h
Go to the documentation of this file.
1
/*
2
* AddWindow include file
3
*
4
*
5
* Copyright 1988 by Evans & Sutherland Computer Corporation,
6
* Salt Lake City, Utah
7
* Portions Copyright 1989 by the Massachusetts Institute of Technology
8
* Cambridge, Massachusetts
9
*
10
* $XConsortium: add_window.h,v 1.7 90/04/17 14:04:33 jim Exp $
11
*
12
* 31-Mar-88 Tom LaStrange Initial Version.
13
*
14
* Copyright 1992 Claude Lecommandeur.
15
*/
16
17
#ifndef _CTWM_ADD_WINDOW_H
18
#define _CTWM_ADD_WINDOW_H
19
20
extern
char
NoName
[];
21
extern
bool
resizeWhenAdd
;
22
23
typedef
enum
{
24
AWT_NORMAL
,
25
AWT_ICON_MANAGER
,
26
AWT_WINDOWBOX
,
27
AWT_WORKSPACE_MANAGER
,
28
AWT_OCCUPY
,
29
}
AWType
;
30
31
TwmWindow
*
AddWindow
(
Window
w,
AWType
wtype
,
IconMgr
*
iconp
,
32
VirtualScreen
*vs);
33
void
GrabButtons
(
TwmWindow
*
tmp_win
);
34
void
GrabKeys
(
TwmWindow
*
tmp_win
);
35
36
extern
int
AddingX
;
37
extern
int
AddingY
;
38
extern
unsigned
int
AddingW
;
39
extern
unsigned
int
AddingH
;
40
41
42
#endif
/* _CTWM_ADD_WINDOW_H */
43
PlaceX
static int PlaceX
Definition
add_window.c:82
resizeWhenAdd
bool resizeWhenAdd
Definition
add_window.c:90
GrabButtons
void GrabButtons(TwmWindow *tmp_win)
Definition
add_window.c:1903
AddingH
unsigned int AddingH
Definition
add_window.c:80
GrabKeys
void GrabKeys(TwmWindow *tmp_win)
Definition
add_window.c:1957
AddingY
int AddingY
Definition
add_window.c:78
AddingW
unsigned int AddingW
Definition
add_window.c:79
NoName
char NoName[]
Definition
add_window.c:89
AWType
AWType
Definition
add_window.h:23
AWT_ICON_MANAGER
@ AWT_ICON_MANAGER
Definition
add_window.h:25
AWT_OCCUPY
@ AWT_OCCUPY
Definition
add_window.h:28
AWT_NORMAL
@ AWT_NORMAL
Definition
add_window.h:24
AWT_WINDOWBOX
@ AWT_WINDOWBOX
Definition
add_window.h:26
AWT_WORKSPACE_MANAGER
@ AWT_WORKSPACE_MANAGER
Definition
add_window.h:27
AddingX
int AddingX
Definition
add_window.c:77
AddWindow
TwmWindow * AddWindow(Window w, AWType wtype, IconMgr *iconp, VirtualScreen *vs)
Definition
add_window.c:113
IconMgr
Definition
iconmgr.h:36
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
VirtualScreen
Definition
vscreen.h:7
Generated by
1.10.0