|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <stdlib.h>#include <X11/Xatom.h>#include "screen.h"#include "add_window.h"#include "list.h"#include "windowbox.h"#include "win_decorations.h"#include "win_resize.h"#include "win_utils.h"#include "xparsegeometry.h"Go to the source code of this file.
Functions | |
| name_list ** | addWindowBox (char *boxname, char *geometry) |
| void | createWindowBoxes (void) |
| WindowBox * | findWindowBox (TwmWindow *twmwin) |
| void | ConstrainedToWinBox (TwmWindow *twmwin, int x, int y, int *nx, int *ny) |
| void | fittocontent (TwmWindow *twmwin) |
| name_list ** addWindowBox | ( | char * | boxname, |
| char * | geometry ) |
Definition at line 22 of file windowbox.c.
References Scr.
| void ConstrainedToWinBox | ( | TwmWindow * | twmwin, |
| int | x, | ||
| int | y, | ||
| int * | nx, | ||
| int * | ny ) |
| void createWindowBoxes | ( | void | ) |
Definition at line 40 of file windowbox.c.
References AddWindow(), AWT_WINDOWBOX, dpy, RLayoutXParseGeometry(), Scr, x, and y.
Referenced by ctwm_main().
Definition at line 98 of file windowbox.c.
References TwmWindow::class, LookInList(), TwmWindow::name, Scr, and visible().
Referenced by AddWindow().
| void fittocontent | ( | TwmWindow * | twmwin | ) |
Definition at line 139 of file windowbox.c.
References TwmWindow::frame_bw, TwmWindow::frame_bw3D, TwmWindow::frame_height, TwmWindow::frame_width, TwmWindow::frame_x, TwmWindow::frame_y, TwmWindow::next, Scr, SetupWindow(), x, and y.