Callback
Description:
[
CCode ( instance_pos =
1.9 ) ]
public delegate void Callback (
Widget widget)
The type of the callback functions used for e.
g. iterating over the children of a container, see @foreach.
Parameters:
widget |
the widget to operate on
|
data |
user-supplied data
|