MCPcopy Create free account
hub / github.com/MyGUI/mygui / deleteTextSelect

Method deleteTextSelect

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 static_cast<EditBox*>(this)->setTextSelection(_start, _end);
174 }
175 void MemberObsolete<EditBox>::deleteTextSelect()
176 {
177 static_cast<EditBox*>(this)->deleteTextSelection();
178 }
179 UString MemberObsolete<EditBox>::getSelectedText() const
180 {
181 return static_cast<const EditBox*>(this)->getTextSelection();

Callers

nothing calls this directly

Calls 1

deleteTextSelectionMethod · 0.80

Tested by

no test coverage detected