GdkWindowAttr

Attributes to use for a newly-created window.

Members

Variables

cursor
GdkCursor* cursor;

cursor for the window (see gdk.window.Window.setCursor)

eventMask
int eventMask;

event mask (see gdk.window.Window.setEvents)

height
int height;

height of window

overrideRedirect
gboolean 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;

#GdkVisual 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 gtk.window.Window.setWmclass)

wmclassName
char* wmclassName;

don’t use (see gtk.window.Window.setWmclass)

x
int x;

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

y
int y;

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