ae ~next (2021-10-23T04:25:29.3345725)
Dub
Repo
WindowConfiguration
ae
net
x11
Used for ConfigureWindow.
struct
WindowConfiguration {
mixin
Optionals
!(
CWX
,
INT16
,
CWY
,
INT16
,
CWWidth
,
CARD16
,
CWHeight
,
CARD16
,
CWBorderWidth
,
CARD16
,
CWSibling
,
Window
,
CWStackMode
,
typeof
(
Above
))
;
}
Members
Mixins
__anonymous
mixin
Optionals
!(
CWX
,
INT16
,
CWY
,
INT16
,
CWWidth
,
CARD16
,
CWHeight
,
CARD16
,
CWBorderWidth
,
CARD16
,
CWSibling
,
Window
,
CWStackMode
,
typeof
(
Above
))
This will generate
Nullable
fields
x
,
y
, ...
Meta
Source
See Implementation
ae
net
x11
aliases
Atom
Colormap
Cursor
Drawable
Font
GContext
KeyCode
KeySym
Pixmap
Time
VisualID
Window
classes
X11Client
structs
GCAttributes
WindowAttributes
WindowConfiguration
xEmptyReq
Used for ConfigureWindow.