GtkTreeViewColumnSizing

Used by GtkTreeViewColumn set_sizing() .

Value

Symbolic name

Description

  0Gtk::GtkTreeViewColumnSizing Columns only get bigger in reaction to changes in the model.
  1Gtk::TREE_VIEW_COLUMN_AUTOSIZE Columns resize to be the optimal size everytime the model changes.
  2Gtk::TREE_VIEW_COLUMN_FIXED Columns are a fixed numbers of pixels wide.