Add "hint" property support to XRC for wxComboBox too

It supports hints, as any/most wxTextEntry-derived classes.
This commit is contained in:
Vadim Zeitlin
2018-07-10 14:38:29 +02:00
parent b6fde56e2e
commit cf966718e6
3 changed files with 6 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ All (GUI):
- Make wxRibbonButtonBar buttons more customizable (Max Maisel).
- Add wxHtmlEasyPrinting::SetPromptMode() (pavel-t).
- Fix possible infinite loop in wxHtmlWindow layout (trivia21).
- Add "hint" property support to XRC for wxComboBox and wxSearchCtrl.
wxGTK: