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

/inkscape/src/widgets/
H A Ddesktop-widget.h207 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 Ddesktop-widget.cpp1444 bool SPDesktopWidget::showInfoDialog( Glib::ustring const &message ) function in class:SPDesktopWidget
/inkscape/src/
H A Ddesktop.cpp1312 bool SPDesktop::showInfoDialog( Glib::ustring const & message ) function in class:SPDesktop
1314 return _widget->showInfoDialog( message );

Completed in 132 milliseconds