Struct
GdkWindowAttr
Description [src]
struct GdkWindowAttr {
gchar* title;
gint event_mask;
gint x;
gint y;
gint width;
gint height;
GdkWindowWindowClass wclass;
GdkVisual* visual;
GdkWindowType window_type;
GdkCursor* cursor;
gchar* wmclass_name;
gchar* wmclass_class;
gboolean override_redirect;
GdkWindowTypeHint type_hint;
}
Attributes to use for a newly-created window.