#include <window_gui.h>
Data Fields | |
int16 | left |
Prefered x position of left edge of the window,. | |
int16 | top |
Prefered y position of the top of the window,. | |
int16 | minimum_width |
Minimal width of the window. | |
int16 | minimum_height |
Minimal height of the window. | |
int16 | default_width |
Prefered initial width of the window. | |
int16 | default_height |
Prefered initial height of the window. | |
WindowClass | cls |
Class of the window,. | |
WindowClass | parent_cls |
Class of the parent window,. | |
uint32 | flags |
Flags,. | |
const Widget * | widgets |
List of widgets with their position and size for the window. |
Definition at line 41 of file window_gui.h.
int16 WindowDesc::left |
Prefered x position of left edge of the window,.
Definition at line 42 of file window_gui.h.
Referenced by LocalGetWindowPlacement().
int16 WindowDesc::top |
Prefered y position of the top of the window,.
Definition at line 43 of file window_gui.h.
Referenced by LocalGetWindowPlacement(), and ShowNewspaper().
Class of the window,.
Definition at line 48 of file window_gui.h.
Referenced by AllocateWindowDescFront(), and Window::Window().
Class of the parent window,.
Definition at line 49 of file window_gui.h.
Referenced by LocalGetWindowPlacement().
uint32 WindowDesc::flags |
Flags,.
Definition at line 50 of file window_gui.h.
Referenced by Window::Window().