CTWM
Toggle main menu visibility
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/windowbox.h
Go to the documentation of this file.
1
/*
2
* Copyright 1992 Claude Lecommandeur.
3
*/
4
5
#ifndef _CTWM_WINDOWBOX_H
6
#define _CTWM_WINDOWBOX_H
7
8
name_list
**
addWindowBox
(
char
*boxname,
char
*geometry);
9
void
createWindowBoxes
(
void
);
10
WindowBox
*
findWindowBox
(
TwmWindow
*twmwin);
11
12
void
ConstrainedToWinBox
(
TwmWindow
*twmwin,
13
int
x,
int
y,
int
*nx,
int
*ny);
14
void
fittocontent
(
TwmWindow
*twmwin);
15
16
#endif
/* _CTWM_WINDOWBOX_H */
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
name_list
Definition
list.h:20
WindowBox
struct WindowBox WindowBox
Definition
types.h:44
createWindowBoxes
void createWindowBoxes(void)
Definition
windowbox.c:40
findWindowBox
WindowBox * findWindowBox(TwmWindow *twmwin)
Definition
windowbox.c:98
fittocontent
void fittocontent(TwmWindow *twmwin)
Definition
windowbox.c:139
addWindowBox
name_list ** addWindowBox(char *boxname, char *geometry)
Definition
windowbox.c:22
ConstrainedToWinBox
void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny)
Definition
windowbox.c:118
windowbox.h
Generated by
1.18.0