[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "1.0" ) ]
public delegate string ComboRowGetNameFunc (Object item)
Callback for getting the name of a row.
Called for combo rows that are bound to a [[email protected]] with [[email protected]_name_model] for each item that gets added to the model.
item |
the item from the model from which to get a name |
user_data |
user data |
a displayable name that represents |