Package: gtk

Class gtk:column-view-column

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

column-view
The column-view property of type gtk:column-view (Read)
The column view this column is a part of.
expand
The expand property of type :boolean (Read)
Column gets share of extra width allocated to the view.
Default value: false
factory
The factory property of type gtk:list-item-factory (Read / Write)
Factory for populating list items.
fixed-width
The fixed-width property of type :int (Read / Write)
If not -1, this is the width that the column is allocated, regardless of the size of its content.
Allowed values: >= -1
Default value: -1
header-menu
The header-menu property of type g:menu-model (Read / Write)
Menu model used to create the context menu for the column header.
id
The id property of type :string (Read / Write)
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.
Default value: nil
resizable
The resizable property of type :boolean (Read / Write)
Whether this column is resizable.
Default value: false
sorter
The sorter property of type gtk:sorter (Read / Write)
Sorter for sorting items according to this column.
title
The title property of type :string (Read / Write)
Title displayed in the header.
Default value: nil
visible
The visible property of type :boolean (Read / Write)
Whether this column is visible.
Default value: true

Details

The gtk:column-view-column widget represents the columns being added to the gtk:column-view widget. Columns have a title, and can optionally have a header menu set with the gtk:column-view-column-header-menu function.

A sorter can be associated with a column using the gtk:column-view-column-sorter function, to let users influence sorting by clicking on the column header.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-11-28