[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.10" ) ]
public delegate void ListBoxUpdateHeaderFunc (ListBoxRow row, ListBoxRow? before)
Whenever row
changes or which row is before row
changes this is called, which lets you update the header on
row
.
You may remove or set a new one via set_header or just change the state of the current header widget.
row |
the row to update |
before |
the row before |
user_data |
user data |