[ CCode ( cprefix = "GDK_HINT_" , type_id = "gdk_window_hints_get_type ()" ) ]
[ Flags ]
public enum WindowHints
Used to indicate which fields of a Geometry struct should be paid attention to.
Also, the presence/absence of GDK_HINT_POS, GDK_HINT_USER_POS, and GDK_HINT_USER_SIZE is
significant, though they don't directly refer to Geometry fields. GDK_HINT_USER_POS
will be set automatically by GtkWindow if you call gtk_window_move. GDK_HINT_USER_POS and
GDK_HINT_USER_SIZE should be set if the user specified a size/position using a --geometry command-line argument;
gtk_window_parse_geometry automatically sets these flags.