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?
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?
Hints for multiline text controls are only supported in the latest master and only under some platforms, see this commit for more details.