MCPcopy 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
342int Entry::GetMaximumLength() const {
343 return m_max_length;
344}
345
346void Entry::SetMaximumLength( int max_length ) {
347 SetCursorPosition( 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected