TreeViewColumn.with_area
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.0" ) ]
public TreeViewColumn.with_area (CellArea area)
[ Version ( since = "3.0" ) ]
public TreeViewColumn.with_area (CellArea area)
Creates a new TreeViewColumn using area
to render its cells.
Parameters:
area |
the CellArea that the newly created column should use to layout cells. |
Returns:
A newly created TreeViewColumn. |