Searched defs:warning (Results 1 - 9 of 9) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestListener.h28 virtual void warning( const char * /*file*/, unsigned /*line*/, function in class:CxxTest::TestListener
H A DErrorFormatter.h102 void warning( const char *file, unsigned line, const char *expression ) function in class:CxxTest::ErrorFormatter
H A DGui.h48 void warning( const char * /*file*/, unsigned /*line*/, const char * /*expression*/ ) function in class:CxxTest::GuiListener
H A DTeeListener.h60 void warning( const char *file, unsigned line, const char *expression ) function in class:CxxTest::TeeListener
62 _first->warning( file, line, expression );
63 _second->warning( file, line, expression );
H A DTestTracker.cpp120 void TestTracker::warning( const char *file, unsigned line, const char *expression ) function in class:CxxTest::TestTracker
123 _l->warning( file, line, expression );
/inkscape/src/widgets/
H A Dink-comboboxentry-action.h6 * Displaying a warning if text isn't in list.
61 gchar *warning; // Text for tooltip warning that entry isn't in list. member in struct:_Ink_ComboBoxEntry_Action
62 gpointer warning_cb; // Callback for clicking warning icon.
101 void ink_comboboxentry_action_set_warning_cb(Ink_ComboBoxEntry_Action* action, gpointer warning );
H A Dink-comboboxentry-action.cpp6 * Displaying a warning if entry text isn't in list.
315 action->warning = NULL;
532 // Show or hide warning -- this might be better moved to text-toolbox.cpp
547 if( action->warning != NULL ) {
552 INKSCAPE_ICON("dialog-warning") );
554 Glib::ustring warning = action->warning; local
555 warning += ": ";
556 warning += missing;
559 warning
[all...]
H A Dtext-toolbar.cpp1554 gchar *const warning = _("Font not found on system"); local
1555 ink_comboboxentry_action_set_warning( act, warning ); // Show icon w/ tooltip if font missing
/inkscape/src/
H A DPylogFormatter.h152 virtual void warning( const char * file, unsigned line, function in class:CxxTest::PylogFormatter

Completed in 160 milliseconds