CTWM
|
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. | |
Saved window geometry.
Used in f.savegeometry and f.restoregeometry.
Definition at line 253 of file twm_window_struct.h.
Saved height.
Definition at line 257 of file twm_window_struct.h.
int TwmWindow::_savegeometry::x |
Saved x coord.
Definition at line 254 of file twm_window_struct.h.
int TwmWindow::_savegeometry::y |
Saved y coord.
Definition at line 255 of file twm_window_struct.h.