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

/inkscape/src/ui/dialog/
H A Dundo-history.h76 class CellRendererInt : public Gtk::CellRendererText { class in namespace:Inkscape::UI::Dialog
84 CellRendererInt(const Filter& filter=no_filter) : function in class:Inkscape::UI::Dialog::CellRendererInt
173 struct GreaterThan : CellRendererInt::Filter {
179 static const CellRendererInt::Filter& greater_than_1;
H A Dundo-history.cpp101 void CellRendererInt::render_vfunc(const Cairo::RefPtr<Cairo::Context>& cr,
107 void CellRendererInt::render_vfunc(const Glib::RefPtr<Gdk::Drawable>& window,
129 const CellRendererInt::Filter& CellRendererInt::no_filter = CellRendererInt::NoFilter();
172 CellRendererInt* children_renderer = Gtk::manage(new CellRendererInt(greater_than_1));
436 const CellRendererInt::Filter& UndoHistory::greater_than_1 = UndoHistory::GreaterThan(1);

Completed in 16 milliseconds