[ CCode ( instance_pos = 1.9 ) ]
public delegate string ComboRowGetEnumValueNameFunc (EnumValueObject value)
Called for combo rows that are bound to an enumeration with set_for_enum for each value from that enumeration.
value |
the value from the enum from which to get a name |
user_data |
user data |
a newly allocated displayable name that represents |