choice_get_item
Description:
public string choice_get_item (
int index)
Returns the contents of the item on this at the given index
Parameters:
| this |
a FormField
|
| index |
the index of the item
|
Returns:
|
a new allocated string. It must be freed with g_free when done.
|