- cursor
GdkCursor* cursor;
Undocumented in source.
- eventMask
int eventMask;
Undocumented in source.
- height
int height;
Undocumented in source.
- overrideRedirect
int overrideRedirect;
Undocumented in source.
- title
char* title;
Undocumented in source.
- typeHint
GdkWindowTypeHint typeHint;
Undocumented in source.
- visual
GdkVisual* visual;
Undocumented in source.
- wclass
GdkWindowWindowClass wclass;
Undocumented in source.
- width
int width;
Undocumented in source.
- windowType
GdkWindowType windowType;
Undocumented in source.
- wmclassClass
char* wmclassClass;
Undocumented in source.
- wmclassName
char* wmclassName;
Undocumented in source.
- x
int x;
- y
int y;
Undocumented in source.
Attributes to use for a newly-created window. gchar *title; title of the window (for toplevel windows) gint event_mask; event mask (see gdk_window_set_events()) gint x; X coordinate relative to parent window (see gdk_window_move()) gint y; Y coordinate relative to parent window (see gdk_window_move()) gint width; width of window gint height; height of window GdkWindowWindowClass wclass; GDK_INPUT_OUTPUT (normal window) or GDK_INPUT_ONLY (invisible window that receives events) GdkVisual *visual; GdkVisual for window GdkWindowType window_type; type of window GdkCursor *cursor; cursor for the window (see gdk_window_set_cursor()) gchar *wmclass_name; don't use (see gtk_window_set_wmclass()) gchar *wmclass_class; don't use (see gtk_window_set_wmclass()) gboolean override_redirect; TRUE to bypass the window manager GdkWindowTypeHint type_hint; a hint of the function of the window