Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_preferences_gui.c651 gtk_tree_selection_get_selected (appGUI->opt->calendar_category_select, &model, &iter); in color_edit_action_cb()
814 state = gtk_tree_selection_get_selected (appGUI->opt->calendar_category_select, &model, &iter); in calendar_category_edit_cb()
852 if (gtk_tree_selection_get_selected (appGUI->opt->calendar_category_select, &model, &iter)) { in color_edit_list_dbclick_cb()
934 appGUI->opt->calendar_category_select = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeview)); in create_day_categories_section()
935 g_signal_connect (G_OBJECT (appGUI->opt->calendar_category_select), "changed", in create_day_categories_section()
H A Dgui.h737 GtkTreeSelection *calendar_category_select; member