0

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 Answers1

0

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

VZ.
  • 21,740
  • 3
  • 39
  • 42