Searched refs:GreaterThan (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ | ||
H A D | undo-history.h | 173 struct GreaterThan : CellRendererInt::Filter { struct in class:Inkscape::UI::Dialog::UndoHistory 174 GreaterThan(int _i) : i (_i) {} function in struct:Inkscape::UI::Dialog::UndoHistory::GreaterThan |
H A D | undo-history.cpp | 436 const CellRendererInt::Filter& UndoHistory::greater_than_1 = UndoHistory::GreaterThan(1); |
Completed in 18 milliseconds