GdkWindowAttr

Attributes to use for a newly-created window.

Members

Variables

cursor
GdkCursor* cursor;

cursor for the window (see Window.setCursor)

eventMask
int eventMask;

event mask (see Window.setEvents)

height
int height;

height of window

overrideRedirect
bool overrideRedirect;

TRUE to bypass the window manager

title
char* title;

title of the window (for toplevel windows)

typeHint
GdkWindowTypeHint typeHint;

a hint of the function of the window

visual
GdkVisual* visual;

gdk.Visual for window

wclass
GdkWindowWindowClass wclass;

GDK_INPUT_OUTPUT (normal window) or GDK_INPUT_ONLY (invisible window that receives events)

width
int width;

width of window

windowType
GdkWindowType windowType;

type of window

wmclassClass
char* wmclassClass;

don’t use (see Window.setWmclass)

wmclassName
char* wmclassName;

don’t use (see Window.setWmclass)

x
int x;

X coordinate relative to parent window (see Window.move)

y
int y;

Y coordinate relative to parent window (see Window.move)