| Top |
| GtkWidget * | gcal_multi_choice_new () |
| gint | gcal_multi_choice_get_value () |
| void | gcal_multi_choice_set_value () |
| void | gcal_multi_choice_set_choices () |
| gchar * | (*GcalMultiChoiceFormatCallback) () |
| void | gcal_multi_choice_set_format_callback () |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GcalMultiChoice
GcalMultiChoice implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void gcal_multi_choice_set_value (GcalMultiChoice *self,gint value);
void gcal_multi_choice_set_choices (GcalMultiChoice *self,const gchar **selfs);
gchar * (*GcalMultiChoiceFormatCallback) (GcalMultiChoice *self,gint value,gpointer user_data);
void gcal_multi_choice_set_format_callback (GcalMultiChoice *self,GcalMultiChoiceFormatCallback callback,gpointer user_data,GDestroyNotify notify);
“wrapped” signalvoid user_function (GcalMultiChoice *gcalmultichoice, gpointer user_data)
Flags: Run Last