Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetMaximumLength
Method
GetMaximumLength
src/SFGUI/Entry.cpp:342–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
}
341
342
int Entry::GetMaximumLength() const {
343
return m_max_length;
344
}
345
346
void Entry::SetMaximumLength( int max_length ) {
347
SetCursorPosition( 0 );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected