Searched refs:showInfoDialog (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/view/
H A Dedit-widget-interface.h151 virtual bool showInfoDialog( Glib::ustring const &message ) = 0;
/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.h365 bool showInfoDialog( Glib::ustring const &message );
H A Ddesktop.cpp1312 bool SPDesktop::showInfoDialog( Glib::ustring const & message ) function in class:SPDesktop
1314 return _widget->showInfoDialog( message );
H A Dfile.cpp333 desktop->showInfoDialog(msg);

Completed in 301 milliseconds