AttachOptions
Description:
[ CCode ( cprefix = "GTK_" , type_id = "gtk_attach_options_get_type ()" ) ]
[ Flags ]
public enum AttachOptions
Denotes the expansion properties that a widget will have when it (or its parent) is resized.
Content:
Enum values:
- EXPAND - the widget should expand to
take up any extra space in its container that has been allocated.
- FILL - the widget should fill the space
allocated to it.
- SHRINK - the widget should shrink as
and when possible.