connectBind

fun connectBind(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (listitem: ListItem) -> Unit): <Error class: unknown class>

Emitted when a new property@Gtk.ListItem:item has been set on the @listitem and should be bound for use.

After this signal was emitted, the listitem might be shown in a class@Gtk.ListView or other list widget.

The signal@Gtk.SignalListItemFactory::unbind signal is the opposite of this signal and can be used to undo everything done in this signal.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: listitem The GtkListItem to bind