Gdk.WindowAttr¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cursor |
r/w |
cursor for the window (see |
|
event_mask |
r/w |
event mask (see |
|
height |
r/w |
height of window |
|
override_redirect |
r/w |
|
|
title |
r/w |
title of the window (for toplevel windows) |
|
type_hint |
r/w |
a hint of the function of the window |
|
visual |
r/w |
|
|
wclass |
r/w |
|
|
width |
r/w |
width of window |
|
window_type |
r/w |
type of window |
|
wmclass_class |
r/w |
don’t use (see gtk_window_set_wmclass()) |
|
wmclass_name |
r/w |
don’t use (see gtk_window_set_wmclass()) |
|
x |
r/w |
X coordinate relative to parent window (see |
|
y |
r/w |
Y coordinate relative to parent window (see |
Methods¶
None
Details¶
- class Gdk.WindowAttr¶
Attributes to use for a newly-created window.