wxWidgets: SetHint() on multiline wxTextCtrl and process TAB

391 Views Asked by At

Like the title says, is there any way to set hint on a wxTextCtrl that is a multi line text?. I already tried but didn't work. Should I do it manually?

Edit: I wanna add this: How can I make the wxTextCtrl lose his focus when TAB key is pressed?

1

There are 1 best solutions below

0
On BEST ANSWER

Hints for multiline text controls are only supported in the latest master and only under some platforms, see this commit for more details.