Searched refs:matching (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dege-select-one-action.cpp941 // List is backwards in group as compared to GtkTreeModel, we better do matching.
946 // Search for matching GtkTreeModel entry
1065 gint matching = find_text_index(act, act->private_data->pendingText); local
1073 if (matching >= 0) {
1076 g_object_set( G_OBJECT(act), "active", matching, NULL ); local

Completed in 17 milliseconds