TreeViewGidBuilderImpl.fixedHeightMode

Set fixedHeightMode property.

class TreeViewGidBuilderImpl(T)
T
fixedHeightMode
(
bool propval
)

Parameters

propval bool

Setting the ::fixed-height-mode property to true speeds up #GtkTreeView by assuming that all rows have the same height. Only enable this option if all rows are the same height. Please see gtk.tree_view.TreeView.setFixedHeightMode for more information on this option.

Return Value

Type: T

Builder instance for fluent chaining