Signal
GtkSignalListItemFactory::bind
Description [src]
Emitted when a new GtkListItem: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 GtkListView
or other list widget.
The GtkSignalListItemFactory::unbind
signal is the
opposite of this signal and can be used to undo everything done
in this signal.
Default handler: | The default handler is called before the handlers added via |
Parameters
listitem |
GtkListItem |
The |
|
The data is owned by the caller of the function. |