Searched refs:setMessage (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/view/
H A Dedit-widget-interface.h147 virtual void setMessage (Inkscape::MessageType type, gchar const* msg) = 0;
/inkscape/src/widgets/
H A Ddesktop-widget.h204 virtual void setMessage (Inkscape::MessageType type, gchar const* msg) function in struct:SPDesktopWidget::WidgetStub
205 { _dtw->setMessage (type, msg); }
220 void setMessage(Inkscape::MessageType type, gchar const *message);
H A Ddesktop-widget.cpp241 SPDesktopWidget::setMessage (Inkscape::MessageType type, const gchar *message) function in class:SPDesktopWidget
1096 dtw->setMessage (Inkscape::NORMAL_MESSAGE, _("Locked all guides"));
1098 dtw->setMessage (Inkscape::NORMAL_MESSAGE, _("Unlocked all guides"));
1115 dtw->setMessage (Inkscape::NORMAL_MESSAGE, _("Color-managed display is <b>enabled</b> in this window"));
1117 dtw->setMessage (Inkscape::NORMAL_MESSAGE, _("Color-managed display is <b>disabled</b> in this window"));
/inkscape/src/
H A Ddesktop.cpp1598 _widget->setMessage(type, message);

Completed in 41 milliseconds