Searched defs:SearchResultList (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/ui/dialog/ | ||
| H A D | ocaldialogs.h | 412 class SearchResultList : public Gtk::ListViewText class in namespace:Inkscape::UI::Dialog::OCAL 415 SearchResultList(guint columns_count); 470 SearchResultList *list_results; |
| H A D | ocaldialogs.cpp | 712 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