Files
wxWidgets/interface
Vadim Zeitlin 062bbe5b3f Mention wxTextEntry::SetMaxLength() wxMSW-specific behaviour
In wxMSW it's possible to insert more than max length characters
programmatically, but this is not the case in the other ports and at
least in wxGTK such behaviour simply can't be implemented because
gtk_entry_set_max_length() imposes this limit on the text in the
control, wherever it comes from.

See #26314.
2026-04-05 15:44:30 +02:00
..