Home
last modified time | relevance | path

Searched refs:contacts_list_selection (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts_preferences_gui.c49 g_signal_emit_by_name (appGUI->cnt->contacts_list_selection, "changed"); in contacts_photo_size_changed_cb()
62 g_signal_emit_by_name (G_OBJECT (appGUI->cnt->contacts_list_selection), "changed"); in contact_link_color_changed_cb()
74 g_signal_emit_by_name (appGUI->cnt->contacts_list_selection, "changed"); in contact_tag_color_changed_cb()
83 g_signal_emit_by_name (G_OBJECT (appGUI->cnt->contacts_list_selection), "changed"); in cn_font_size_changed_cb()
93 g_signal_emit_by_name (G_OBJECT (appGUI->cnt->contacts_list_selection), "changed"); in ci_font_size_changed_cb()
H A Dcontacts.c506 if (gtk_tree_selection_count_selected_rows (appGUI->cnt->contacts_list_selection) == 1) { in contacts_edit_item_cb()
544 if (gtk_tree_selection_count_selected_rows (appGUI->cnt->contacts_list_selection) == 1) { in contacts_map_location_cb()
636 g_signal_connect(G_OBJECT(appGUI->cnt->contacts_list_selection), "changed", in contacts_selection_activate()
639 g_signal_handlers_disconnect_by_func (G_OBJECT (appGUI->cnt->contacts_list_selection), in contacts_selection_activate()
973 …appGUI->cnt->contacts_list_selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (appGUI->cnt->co… in gui_create_contacts()
974 gtk_tree_selection_set_mode (appGUI->cnt->contacts_list_selection, GTK_SELECTION_MULTIPLE); in gui_create_contacts()
1124 if (gtk_tree_selection_count_selected_rows(appGUI->cnt->contacts_list_selection) == 1) { in check_address()
1136 iter = utl_gui_get_first_selection_iter(appGUI->cnt->contacts_list_selection, &model); in check_address()
1168 if (gtk_tree_selection_count_selected_rows(appGUI->cnt->contacts_list_selection) == 1) { in show_contact_location_on_map()
1182 iter = utl_gui_get_first_selection_iter(appGUI->cnt->contacts_list_selection, &model); in show_contact_location_on_map()
H A Dcontacts_birthdays.c120 g_signal_emit_by_name (G_OBJECT (appGUI->cnt->contacts_list_selection), "changed"); in birthdays_list_dbclick_cb()
H A Dgui.c740 … if (gtk_tree_selection_count_selected_rows (appGUI->cnt->contacts_list_selection) == 1) {
764 … if (gtk_tree_selection_count_selected_rows(appGUI->cnt->contacts_list_selection) > 0) {
H A Dgui.h520 GtkTreeSelection *contacts_list_selection; member
H A Dcontacts_items.c209 …utl_gui_foreach_selected(appGUI->cnt->contacts_list_selection, GTK_TREE_MODEL(appGUI->cnt->contact… in contacts_remove_dialog_show()
1050 iter = utl_gui_get_first_selection_iter(appGUI->cnt->contacts_list_selection, &model); in contacts_add_edit_dialog_show()
H A Dpreferences_gui.c104 g_signal_emit_by_name (G_OBJECT (appGUI->cnt->contacts_list_selection), "changed"); in disable_underline_in_links_changed_cb()