Module: Gtk::PackDirection

Defined in:
(unknown)

Constant Summary collapse

LTR =

Widgets are packed left-to-right

0 or :ltr
RTL =

Widgets are packed right-to-left

1 or :rtl
TTB =

Widgets are packed top-to-bottom

2 or :ttb
BTT =

Widgets are packed bottom-to-top

3 or :btt