CTWM
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
8name_list **addWindowBox(char *boxname, char *geometry);
9void createWindowBoxes(void);
11
13 int x, int y, int *nx, int *ny);
15
16#endif /* _CTWM_WINDOWBOX_H */
static int PlaceX
Definition add_window.c:82
int y
Definition menus.c:70
int x
Definition menus.c:69
Info and control for every X Window we take over.
struct WindowBox WindowBox
Definition types.h:44
void createWindowBoxes(void)
Definition windowbox.c:40
WindowBox * findWindowBox(TwmWindow *twmwin)
Definition windowbox.c:98
void fittocontent(TwmWindow *twmwin)
Definition windowbox.c:139
name_list ** addWindowBox(char *boxname, char *geometry)
Definition windowbox.c:22
void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny)
Definition windowbox.c:118