CTWM
Loading...
Searching...
No Matches
TwmWindow::_savegeometry Struct Reference

Saved window geometry. More...

#include <twm_window_struct.h>

Data Fields

int x
 Saved x coord.
int y
 Saved y coord.
unsigned int width
 Saved width.
unsigned int height
 Saved height.

Detailed Description

Saved window geometry.

Used in f.savegeometry and f.restoregeometry.

Definition at line 253 of file twm_window_struct.h.

Field Documentation

◆ height

unsigned int TwmWindow::_savegeometry::height

Saved height.

Definition at line 257 of file twm_window_struct.h.

Referenced by restoregeometry(), and savegeometry().

◆ width

unsigned int TwmWindow::_savegeometry::width

Saved width.

Definition at line 256 of file twm_window_struct.h.

Referenced by AddWindow(), restoregeometry(), and savegeometry().

◆ x

int TwmWindow::_savegeometry::x

Saved x coord.

Definition at line 254 of file twm_window_struct.h.

Referenced by restoregeometry(), and savegeometry().

◆ y

int TwmWindow::_savegeometry::y

Saved y coord.

Definition at line 255 of file twm_window_struct.h.

Referenced by restoregeometry(), and savegeometry().


The documentation for this struct was generated from the following file: