mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
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.