ColumnViewColumn.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string title = null, gtk.list_item_factory.ListItemFactory factory = null)

Creates a new [gtk.column_view_column.ColumnViewColumn] that uses the given factory for mapping items to widgets.

You most likely want to call [gtk.column_view.ColumnView.appendColumn] next.

The function takes ownership of the argument, so you can write code like:

column = gtk_column_view_column_new (_("Name"),
 gtk_builder_list_item_factory_new_from_resource ("/name.ui"));

Parameters

titleTitle to use for this column
factoryThe factory to populate items with

Returns

a new [gtk.column_view_column.ColumnViewColumn] using the given factory