EntangleControlChoice
EntangleControlChoice
|
|
Properties
"value" gchar* : Read / Write
Details
struct EntangleControlChoice
struct EntangleControlChoice;
struct EntangleControlChoiceClass
struct EntangleControlChoiceClass {
EntangleControlClass parent_class;
};
entangle_control_choice_add_entry ()
void entangle_control_choice_add_entry (EntangleControlChoice *choice
,
const char *entry
);
entangle_control_choice_entry_count ()
int entangle_control_choice_entry_count (EntangleControlChoice *choice
);
entangle_control_choice_entry_get ()
const char * entangle_control_choice_entry_get (EntangleControlChoice *choice
,
int idx
);
entangle_control_choice_new ()
EntangleControlChoice * entangle_control_choice_new (const char *path
,
int id
,
const char *label
,
const char *info
,
gboolean readonly
);
Property Details
The "value"
property
"value" gchar* : Read / Write
Current value of the control.
Default value: NULL