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

Name Description
GTK_EXPAND

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

GTK_SHRINK

The widget should shrink as and when possible.

GTK_FILL

The widget should fill the space allocated to it.