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
GdkWindowClass wclass;
GDK_INPUT_OUTPUT (normal window) or GDK_INPUT_ONLY (invisible window that receives events)
GdkVisual *visual;
GdkVisual for window
GdkColormap *colormap;
GdkColormap 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
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 GdkWindowClass wclass; GDK_INPUT_OUTPUT (normal window) or GDK_INPUT_ONLY (invisible window that receives events) GdkVisual *visual; GdkVisual for window GdkColormap *colormap; GdkColormap 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