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

/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.cpp94 Glib::RefPtr<Gtk::TreeSelection> templateSelectionRef = _tlist_view.get_selection(); local
95 if (templateSelectionRef->get_selected()) {
96 _current_template = (*templateSelectionRef->get_selected())[_columns.textValue];
125 Glib::RefPtr<Gtk::TreeSelection> templateSelectionRef = local
127 templateSelectionRef->signal_changed().connect(

Completed in 16 milliseconds