Searched refs:setText (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dtext.h52 void setText(const char* text);
H A Dtext.cpp37 void Text::setText(const char* text) function in class:Inkscape::UI::Widget::Text
H A Dregistered-widget.cpp337 setText("");
361 setText(os.str().c_str());
/inkscape/cxxtest/cxxtest/
H A DQtGui.h190 _suiteName->setText( "class " + suiteName );
200 _testName->setText( testName + "()" );
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests );
266 _testsDone->setText( summary );
/inkscape/src/live_effects/parameter/
H A Dtext.cpp98 rsu->setText(value.c_str());

Completed in 24 milliseconds