[Top]
GTK2
GTK2.TreeViewColumn
|
Method GTK2.TreeViewColumn()->set_fixed_width()
- Method
set_fixed_width
GTK2.TreeViewColumn set_fixed_width(int fixed_width)
- Description
Sets the size of the column in pixels. The is meaningful only if the
sizing type is GTK2.TREE_VIEW_COLUMN_FIXED. The size of the column is
clamped to the min/max width for the column. Please note that the
min/max width of the column doesn't actually affect the "fixed-width"
property of the widget, just the actual size when displayed.
|