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

Method deleteTextSelection

MyGUIEngine/src/MyGUI_EditBox.cpp:1964–1967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962 }
1963
1964 void EditBox::deleteTextSelection()
1965 {
1966 deleteTextSelect(false);
1967 }
1968
1969 void EditBox::setTextSelectionColour(const Colour& _colour)
1970 {

Callers 4

DeleteTextSelectionFunction · 0.80
notifyButtonPressedMethod · 0.80
deleteTextSelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected