Module: Gtk::SizeRequestMode

Defined in:
(unknown)

Constant Summary collapse

HEIGHT_FOR_WIDTH =

Prefer height-for-width geometry management

0 or :height_for_width
WIDTH_FOR_HEIGHT =

Prefer width-for-height geometry management

1 or :width_for_height
CONSTANT_SIZE =

Don’t trade height-for-width or width-for-height

2 or :constant_size