GdkWindowAttr

Attributes to use for a newly-created window.

Members

Variables

cursor
GdkCursor* cursor;

cursor for the window (see gdk_window_set_cursor())

eventMask
int eventMask;

event mask (see gdk_window_set_events())

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;

#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_set_wmclass())

wmclassName
char* wmclassName;

don’t use (see gtk_window_set_wmclass())

x
int x;

X coordinate relative to parent window (see gdk_window_move())

y
int y;

Y coordinate relative to parent window (see gdk_window_move())

Meta