Searched defs:warnDialog (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Ddesktop-widget.h211 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 Ddesktop-widget.cpp1463 bool SPDesktopWidget::warnDialog (Glib::ustring const &text) function in class:SPDesktopWidget
/inkscape/src/
H A Ddesktop.cpp1318 SPDesktop::warnDialog (Glib::ustring const &text) function in class:SPDesktop
1320 return _widget->warnDialog (text);

Completed in 27 milliseconds