Searched defs:SearchResultList (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Docaldialogs.h412 class SearchResultList : public Gtk::ListViewText class in namespace:Inkscape::UI::Dialog::OCAL
415 SearchResultList(guint columns_count);
470 SearchResultList *list_results;
H A Docaldialogs.cpp712 SearchResultList::SearchResultList(guint columns_count) : ListViewText(columns_count) function in class:Inkscape::UI::Dialog::OCAL::SearchResultList
968 void SearchResultList::populate_from_xml(xmlNode * a_node)
1245 list_results = new SearchResultList(RESULTS_COLUMN_LENGTH);

Completed in 18 milliseconds