Module: Gtk::TreeViewColumnSizing

Defined in:
(unknown)

Constant Summary collapse

GROW_ONLY =

Columns only get bigger in reaction to changes in the model

0 or :grow_only
AUTOSIZE =

Columns resize to be the optimal size everytime the model changes.

1 or :autosize
FIXED =

Columns are a fixed numbers of pixels wide.

2 or :fixed