Searched defs:warnDialog (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ | ||
H A D | desktop-widget.h | 211 virtual bool warnDialog (Glib::ustring const &text) function in struct:SPDesktopWidget::WidgetStub 212 { return _dtw->warnDialog (text); } 231 bool warnDialog (Glib::ustring const &text); |
H A D | desktop-widget.cpp | 1463 bool SPDesktopWidget::warnDialog (Glib::ustring const &text) function in class:SPDesktopWidget |
/inkscape/src/ | ||
H A D | desktop.cpp | 1318 SPDesktop::warnDialog (Glib::ustring const &text) function in class:SPDesktop 1320 return _widget->warnDialog (text); |
Completed in 28 milliseconds