| Top |
| EntangleControlChoice * | entangle_control_choice_new () |
| void | entangle_control_choice_add_entry () |
| void | entangle_control_choice_clear_entries () |
| int | entangle_control_choice_entry_count () |
| const char * | entangle_control_choice_entry_get () |
The EntangleControlChoice object provides a device control that allows selection between a range of choices.
EntangleControlChoice * entangle_control_choice_new (const char *path,int id,const char *label,const char *info,gboolean readonly);
void entangle_control_choice_add_entry (EntangleControlChoice *choice,const char *entry);
void
entangle_control_choice_clear_entries (EntangleControlChoice *choice);
int
entangle_control_choice_entry_count (EntangleControlChoice *choice);
const char * entangle_control_choice_entry_get (EntangleControlChoice *choice,int idx);
#define ENTANGLE_TYPE_CONTROL_CHOICE (entangle_control_choice_get_type())
“value” property“value” gchar *
Current value of the control.
Owner: EntangleControlChoice
Flags: Read / Write
Default value: NULL