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

/inkscape/src/widgets/
H A Dfont-selector.cpp434 GtkTreeSelection *selection_style; local
450 selection_style = gtk_tree_view_get_selection (GTK_TREE_VIEW (fsel->style_treeview ));
453 if (!gtk_tree_selection_get_selected (selection_style, NULL, &iter_style )) return;

Completed in 18 milliseconds