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

/inkscape/src/widgets/
H A Dstroke-marker-selector.h84 void add_markers (GSList *marker_list, SPDocument *source, gboolean history);
H A Dstroke-marker-selector.cpp367 * Adds markers in marker_list to the combo
369 void MarkerComboBox::add_markers (GSList *marker_list, SPDocument *source, gboolean history) argument
396 for (; marker_list != NULL; marker_list = marker_list->next) {
398 Inkscape::XML::Node *repr = reinterpret_cast<SPItem *>(marker_list->data)->getRepr();

Completed in 16 milliseconds