Handbook
Glossary
XSizeHints
Vocabulary
x11
.
xlib
Definition
USING:
alien.c-types
classes.struct
;
IN:
x11.xlib
STRUCT:
XSizeHints
{
flags
long
initial:
0
}
{
x
int
initial:
0
}
{
y
int
initial:
0
}
{
width
int
initial:
0
}
{
height
int
initial:
0
}
{
min_width
int
initial:
0
}
{
min_height
int
initial:
0
}
{
max_width
int
initial:
0
}
{
max_height
int
initial:
0
}
{
width_inc
int
initial:
0
}
{
height_inc
int
initial:
0
}
{
min_aspect_x
int
initial:
0
}
{
min_aspect_y
int
initial:
0
}
{
max_aspect_x
int
initial:
0
}
{
max_aspect_y
int
initial:
0
}
{
base_width
int
initial:
0
}
{
base_height
int
initial:
0
}
{
win_gravity
int
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
x11.xlib
;
M:
XSizeHints
clone
clone-underlying
\
XSizeHints
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
x11.xlib
;
M:
XSizeHints
struct-slot-values
{
[
flags>>
]
[
x>>
]
[
y>>
]
[
width>>
]
[
height>>
]
[
min_width>>
]
[
min_height>>
]
[
max_width>>
]
[
max_height>>
]
[
width_inc>>
]
[
height_inc>>
]
[
min_aspect_x>>
]
[
min_aspect_y>>
]
[
max_aspect_x>>
]
[
max_aspect_y>>
]
[
base_width>>
]
[
base_height>>
]
[
win_gravity>>
]
}
cleave>array
;
inline