Handbook
Glossary
XConfigureRequestEvent
Vocabulary
x11
.
xlib
Definition
USING:
alien.c-types
classes.struct
x11.X
;
IN:
x11.xlib
STRUCT:
XConfigureRequestEvent
{
type
int
initial:
0
}
{
serial
ulong
initial:
0
}
{
send_event
Bool
initial:
0
}
{
display Display*
}
{
parent
Window
initial:
0
}
{
window
Window
initial:
0
}
{
x
int
initial:
0
}
{
y
int
initial:
0
}
{
width
int
initial:
0
}
{
height
int
initial:
0
}
{
border_width
int
initial:
0
}
{
above
Window
initial:
0
}
{
detail
int
initial:
0
}
{
value_mask
ulong
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
x11.xlib
;
M:
XConfigureRequestEvent
clone
clone-underlying
\
XConfigureRequestEvent
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
x11.xlib
;
M:
XConfigureRequestEvent
struct-slot-values
{
[
type>>
]
[
serial>>
]
[
send_event>>
]
[
display>>
]
[
parent>>
]
[
window>>
]
[
x>>
]
[
y>>
]
[
width>>
]
[
height>>
]
[
border_width>>
]
[
above>>
]
[
detail>>
]
[
value_mask>>
]
}
cleave>array
;
inline