GtkAttachOptions

Flags

Value

Symbolic name

Description

  0GTK_EXPAND The child's allocated area will expand proportionately when the parent container is resized.
  1GTK_SHRINK The child will shrink to the dimensions of its size request regardless of the size of the parent or its allocated area.
  2GTK_FILL The child will expand to fill its allocated area.