- ... (list)
- $flags (Gtk2::Gdk::WindowHints) optional, usually
inferred from $geometry
The $flags argument, describing which
fields in the geometry are valid, is optional. If omitted it will be
inferred from the geometry itself.
- 'pos' / 'GDK_HINT_POS'
- 'min-size' / 'GDK_HINT_MIN_SIZE'
- 'max-size' / 'GDK_HINT_MAX_SIZE'
- 'base-size' / 'GDK_HINT_BASE_SIZE'
- 'aspect' / 'GDK_HINT_ASPECT'
- 'resize-inc' / 'GDK_HINT_RESIZE_INC'
- 'win-gravity' / 'GDK_HINT_WIN_GRAVITY'
- 'user-pos' / 'GDK_HINT_USER_POS'
- 'user-size' / 'GDK_HINT_USER_SIZE'
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.