Searched defs:showInfoDialog (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ | ||
H A D | desktop-widget.h | 207 virtual bool showInfoDialog( Glib::ustring const &message ) { function in struct:SPDesktopWidget::WidgetStub 208 return _dtw->showInfoDialog( message ); 230 bool showInfoDialog( Glib::ustring const &message ); |
H A D | desktop-widget.cpp | 1444 bool SPDesktopWidget::showInfoDialog( Glib::ustring const &message ) function in class:SPDesktopWidget |
/inkscape/src/ | ||
H A D | desktop.cpp | 1312 bool SPDesktop::showInfoDialog( Glib::ustring const & message ) function in class:SPDesktop 1314 return _widget->showInfoDialog( message ); |
Completed in 132 milliseconds