Enumeration

GtkAttachOptions

Declaration

flags Gtk.AttachOptions

Description [src]

Denotes the expansion properties that a widget will have when it (or its parent) is resized.

Members

GTK_EXPAND

The widget should expand to take up any extra space in its container that has been allocated.

  • Value: 1
  • Available since: 3.0
GTK_SHRINK

The widget should shrink as and when possible.

  • Value: 2
  • Available since: 3.0
GTK_FILL

The widget should fill the space allocated to it.

  • Value: 4
  • Available since: 3.0