Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getTextLength
Method
getTextLength
MyGUIEngine/src/MyGUI_EditBox.cpp:2199–2202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2197
}
2198
2199
size_t EditBox::getTextLength() const
2200
{
2201
return mTextLength;
2202
}
2203
2204
void EditBox::setOverflowToTheLeft(bool _value)
2205
{
Callers
6
Type MYGUICALL ExportEditBox_GetTextLength
Method · 0.45
MyGUI_Managed_EditBox.h
File · 0.45
addToConsole
Method · 0.45
notifyEditTextChange
Method · 0.45
notifyEditTextChange
Method · 0.45
onDoModal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected