Searched refs:new_text (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/display/
H A Dcanvas-text.h66 void sp_canvastext_set_text (SPCanvasText *ct, gchar const* new_text);
H A Dcanvas-text.cpp225 SPCanvasText *sp_canvastext_new(SPCanvasGroup *parent, SPDesktop *desktop, Geom::Point pos, gchar const *new_text) argument
237 ct->text = g_strdup(new_text);
282 sp_canvastext_set_text (SPCanvasText *ct, gchar const * new_text) argument
285 ct->text = g_strdup(new_text);
/inkscape/src/ui/dialog/
H A Dlayers.h74 void _handleEdited(const Glib::ustring& path, const Glib::ustring& new_text);
H A Dobjects.h201 void _handleEdited(const Glib::ustring& path, const Glib::ustring& new_text);
H A Dtags.h74 void _handleEdited(const Glib::ustring& path, const Glib::ustring& new_text);
H A Dlayers.cpp735 void LayersPanel::_handleEdited(const Glib::ustring& path, const Glib::ustring& new_text) argument
740 _renameLayer(row, new_text);
H A Dtags.cpp829 void TagsPanel::_handleEdited(const Glib::ustring& path, const Glib::ustring& new_text) argument
834 _renameObject(row, new_text);
H A Dobjects.cpp1328 * @param new_text New label text
1330 void ObjectsPanel::_handleEdited(const Glib::ustring& path, const Glib::ustring& new_text) argument
1335 _renameObject(row, new_text);
/inkscape/src/widgets/
H A Dgradient-selector.cpp316 void SPGradientSelector::onGradientRename( const Glib::ustring& path_string, const Glib::ustring& new_text) argument
328 if (!new_text.empty() && new_text != row[columns->name]) {
329 rename_id(obj, new_text );
H A Dgradient-selector.h74 void onGradientRename( const Glib::ustring& path_string, const Glib::ustring& new_text);
/inkscape/src/
H A Dsp-flowtext.cpp546 Inkscape::XML::Node *new_text = xml_doc->createTextNode(new_string.c_str()); local
547 span_tspan->appendChild(new_text);
548 Inkscape::GC::release(new_text);

Completed in 37 milliseconds