Home
last modified time | relevance | path

Searched refs:ical_edit_disable_checkbutton (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_preferences_gui.c1188 …LED, gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (appGUI->opt->ical_edit_disable_checkbutton)), in ical_edit_action_cb()
1189 …TE, !gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (appGUI->opt->ical_edit_disable_checkbutton)), in ical_edit_action_cb()
1283 appGUI->opt->ical_edit_disable_checkbutton = gtk_check_button_new_with_mnemonic (_("Disabled")); in gui_ical_entry_edit_action()
1284 gtk_widget_set_can_focus (appGUI->opt->ical_edit_disable_checkbutton, FALSE); in gui_ical_entry_edit_action()
1285 gtk_container_add (GTK_CONTAINER (hbox), appGUI->opt->ical_edit_disable_checkbutton); in gui_ical_entry_edit_action()
1286 g_signal_connect (G_OBJECT (appGUI->opt->ical_edit_disable_checkbutton), "toggled", in gui_ical_entry_edit_action()
1320 …gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (appGUI->opt->ical_edit_disable_checkbutton), ical… in gui_ical_entry_edit_action()
H A Dgui.h749 GtkWidget *ical_edit_disable_checkbutton; member