Package: gtk

Class gtk:list-header

Superclasses

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

Documented Subclasses

None

Direct Slots

child
The child property of type gtk:widget (Read / Write)
Widget used for display.
end
The end property of type guint (Read)
The first position no longer part of the section.
Default value: gtk:+invalid-list-position+
item
The item property of type g:object (Read)
The item at the start of the section.
n-items
The n-items property of type guint (Read)
Number of items in the section.
start
The start property of type guint (Read)
The first position of items in the section.
Default value: gtk:+invalid-list-position+

Details

The gtk:list-header object is used by list widgets to represent the headers they display.

The gtk:list-header objects are managed just like gtk:list-item objects via their factory, but provide a different set of properties suitable for managing the header instead of individual items.

Since 4.12
 

Slot Access Functions

Inherited Slot Access Functions

See also

2023-11-27