Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExportEditBox_DeleteTextSelection
Function · 0.80
DeleteTextSelection
Function · 0.80
notifyButtonPressed
Method · 0.80
deleteTextSelect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected