Handbook
Glossary
XSetWindowAttributes
Vocabulary
x11
.
xlib
Definition
USING:
alien.c-types
classes.struct
x11.X
;
IN:
x11.xlib
STRUCT:
XSetWindowAttributes
{
background_pixmap
Pixmap
initial:
0
}
{
background_pixel
ulong
initial:
0
}
{
border_pixmap
Pixmap
initial:
0
}
{
border_pixel
ulong
initial:
0
}
{
bit_gravity
int
initial:
0
}
{
win_gravity
int
initial:
0
}
{
backing_store
int
initial:
0
}
{
backing_planes
ulong
initial:
0
}
{
backing_pixel
ulong
initial:
0
}
{
save_under
Bool
initial:
0
}
{
event_mask
long
initial:
0
}
{
do_not_propagate_mask
long
initial:
0
}
{
override_redirect
Bool
initial:
0
}
{
colormap
Colormap
initial:
0
}
{
cursor
Cursor
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
x11.xlib
;
M:
XSetWindowAttributes
clone
clone-underlying
\
XSetWindowAttributes
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
x11.xlib
;
M:
XSetWindowAttributes
struct-slot-values
{
[
background_pixmap>>
]
[
background_pixel>>
]
[
border_pixmap>>
]
[
border_pixel>>
]
[
bit_gravity>>
]
[
win_gravity>>
]
[
backing_store>>
]
[
backing_planes>>
]
[
backing_pixel>>
]
[
save_under>>
]
[
event_mask>>
]
[
do_not_propagate_mask>>
]
[
override_redirect>>
]
[
colormap>>
]
[
cursor>>
]
}
cleave>array
;
inline