Searched refs:markerSelectCB (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/widgets/ |
H A D | stroke-style.h | 185 static void markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const which);
|
H A D | stroke-style.cpp | 260 sigc::ptr_fun(&StrokeStyle::markerSelectCB), startMarkerCombo, this, SP_MARKER_LOC_START)); 269 sigc::ptr_fun(&StrokeStyle::markerSelectCB), midMarkerCombo, this, SP_MARKER_LOC_MID)); 278 sigc::ptr_fun(&StrokeStyle::markerSelectCB), endMarkerCombo, this, SP_MARKER_LOC_END)); 487 void StrokeStyle::markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const /*which*/) function in class:Inkscape::StrokeStyle
|
Completed in 13 milliseconds