Package ch.bailu.gtk.gtk
Schnittstelle ListBox.OnListBoxUpdateHeaderFunc
- Umschließende Klasse:
ListBox
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onListBoxUpdateHeaderFunc
(CallbackHandler __self, ListBoxRow row, ListBoxRow before, Pointer user_data) Whenever @row changes or which row is before @row changes this
is called, which lets you update the header on @row.
-
Methodendetails
-
onListBoxUpdateHeaderFunc
void onListBoxUpdateHeaderFunc(CallbackHandler __self, @Nonnull ListBoxRow row, @Nullable ListBoxRow before, @Nullable Pointer user_data) 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 [method@Gtk.ListBoxRow.set_header]
or just change the state of the current header widget.- Parameter:
row
- the row to updatebefore
- the row before @row, or %NULL if it is firstuser_data
- user data
-