signal callback delegate or function to connect
void callback(gobject.object.ObjectWrap object, gtk.signal_list_item_factory.SignalListItemFactory signalListItemFactory)
object The gobject.object.ObjectWrap to bind (optional)
signalListItemFactory the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Bind signal.
Emitted when an object has been bound, for example when a new gtk.list_item.ListItem.item has been set on a listitem and should be bound for use.
After this signal was emitted, the object might be shown in a gtk.list_view.ListView or other widget.
The gtk.signal_list_item_factory.SignalListItemFactory.unbind signal is the opposite of this signal and can be used to undo everything done in this signal.