ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
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
X11Extension
XEXAMPLE
structs
GCAttributes
WindowAttributes
WindowConfiguration
xEmptyReq
Used for ConfigureWindow.