ColumnViewColumn.id

Set id property.

  1. string id [@property getter]
  2. string id [@property setter]
    class ColumnViewColumn
    @property
    void
    id
    (
    string propval
    )

Parameters

propval string

An ID for the column.

GTK is not currently using the ID for anything, but it can be used by applications when saving column view configurations.

It is up to applications to ensure uniqueness of IDs.