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

/inkscape/src/ui/widget/
H A Dlabelled.h56 void setLabelText(const Glib::ustring &str);
H A Dlabelled.cpp69 Labelled::setLabelText(const Glib::ustring &str) function in class:Inkscape::UI::Widget::Labelled
H A Dregistered-widget.cpp717 xwidget.setLabelText("Angle:");
718 ywidget.setLabelText("Distance:");
720 xwidget.setLabelText("X:");
721 ywidget.setLabelText("Y:");
/inkscape/src/ui/tools/
H A Dmeasure-tool.h64 void setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background , Inkscape::XML::Node *measure_repr = NULL, CanvasTextAnchorPositionEnum text_anchor = TEXT_ANCHOR_CENTER );
H A Dmeasure-tool.cpp836 setLabelText(totallength_str, middle, fontsize, Geom::rad_from_deg(180) - ray.angle(), color);
913 void MeasureTool::setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background, Inkscape::XML::Node *measure_repr, CanvasTextAnchorPositionEnum text_anchor) function in class:Inkscape::UI::Tools::MeasureTool
1069 setLabelText(measure_str, position, fontsize, 0, background, measure_repr);

Completed in 33 milliseconds