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

/inkscape/src/widgets/
H A Dfont-selector.cpp512 Gtk::TreePath path_c; local
514 path_c = font_lister->get_row_for_style( style );
520 gtk_tree_selection_select_path (gtk_tree_view_get_selection (GTK_TREE_VIEW (fsel->style_treeview)), path_c.gobj());
521 gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (fsel->style_treeview), path_c.gobj(), NULL, TRUE, 0.5, 0.5);

Completed in 15 milliseconds