Packages
x11
X
WindowAttributes
@class
all_event_masks
backing_pixel
backing_planes
backing_store
bit_gravity
border_width
colormap
depth
do_not_propagate_mask
height
map_installed
map_state
override_redirect
root
save_under
screen
visual
width
win_gravity
x
y
your_event_mask
WindowAttributes
Object Hierarchy:
X.WindowAttributes
X.WindowAttributes
X.WindowAttributes
Description:
[
CCode
( cname =
"XWindowAttributes"
, has_destroy_function =
false
, has_type_id =
false
) ]
public
struct
WindowAttributes
Namespace:
X
Package:
x11
Content:
Fields:
public
int
x
public
int
y
public
int
width
public
int
height
public
int
border_width
public
int
depth
public
Visual
visual
public
Window
root
public
int
@class
public
int
bit_gravity
public
int
win_gravity
public
int
backing_store
public
ulong
backing_planes
public
ulong
backing_pixel
public
bool
save_under
public
Colormap
colormap
public
bool
map_installed
public
int
map_state
public
long
all_event_masks
public
long
your_event_mask
public
long
do_not_propagate_mask
public
bool
override_redirect
public
unowned
Screen
screen