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

/inkscape/src/widgets/
H A Dtext-toolbar.cpp165 // active text set in sp_text_toolbox_selection_changed()
1069 static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/, GObject *tbl, bool subselection = false) // don't bother to update font list if subsel changed function
1076 std::cout << "sp_text_toolbox_selection_changed: start " << count << std::endl;
1095 std::cout << "sp_text_toolbox_selection_changed: exit " << count << std::endl;
1168 std::cout << "sp_text_toolbox_selection_changed: exit " << count << std::endl;
1459 std::cout << "sp_text_toolbox_selection_changed: exit " << count << std::endl;
1469 sp_text_toolbox_selection_changed (selection, tbl);
1475 sp_text_toolbox_selection_changed (NULL, tbl, true);
2037 sp_text_toolbox_selection_changed(desktop->getSelection(), holder);
2056 c_selection_changed = desktop->getSelection()->connectChanged(bind(ptr_fun(sp_text_toolbox_selection_changed), holde
[all...]

Completed in 22 milliseconds