WindowAttributes

Used for CreateWindow and ChangeWindowAttributes.

Members

Mixins

__anonymous
mixin Optionals!(CWBackPixmap, Pixmap, CWBackPixel, CARD32, CWBorderPixmap, Pixmap, CWBorderPixel, CARD32, CWBitGravity, typeof(ForgetGravity), CWWinGravity, typeof(UnmapGravity), CWBackingStore, typeof(NotUseful), CWBackingPlanes, CARD32, CWBackingPixel, CARD32, CWOverrideRedirect, BOOL, CWSaveUnder, BOOL, CWEventMask, typeof(NoEventMask), CWDontPropagate, typeof(NoEventMask), CWColormap, Colormap, CWCursor, Cursor)

This will generate Nullable fields backPixmap, backPixel, ...

Meta