XSizeHints
version(linux)
extern (
C) nothrow @
nogc struct XSizeHints {
}
- aspect
struct aspect
- base_height
int base_height;
Undocumented in source.
- base_width
int base_width;
Undocumented in source.
- flags
c_long flags;
- height
int height;
- height_inc
int height_inc;
- max_aspect
aspect max_aspect;
- max_height
int max_height;
Undocumented in source.
- max_width
int max_width;
Undocumented in source.
- min_aspect
aspect min_aspect;
- min_height
int min_height;
Undocumented in source.
- min_width
int min_width;
Undocumented in source.
- width
int width;
Undocumented in source.
- width_inc
int width_inc;
Undocumented in source.
- win_gravity
int win_gravity;
Undocumented in source.
- x
int x;
- y
int y;
Undocumented in source.
derelict x11 Xutil
aliasesenumsfunctionsstructstemplatesvariables