Module: Gtk::AttachOptions

Defined in:
(unknown)

Constant Summary collapse

EXPAND =

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

1 or :expand
SHRINK =

the widget should shrink as and when possible.

2 or :shrink
FILL =

the widget should fill the space allocated to it.

4 or :fill