Add "hint" property to wxSearchCtrl XRC handler

This is similar to wxTextCtrl property of the same name and maps
naturally to wxSearchCtrl descriptive text attribute.
This commit is contained in:
Vadim Zeitlin
2018-01-27 13:46:54 +01:00
parent 8ee3394e5e
commit 652b4eb8ed
3 changed files with 8 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ All (GUI):
- Add wxFontPickerCtrl::SetMinPointSize() (Andreas Falkenhahn).
- Add Set/GetFooter/Text/Icon() to wxRichMessageDialog (Tobias Taschner)
- Add wxFloatingPointValidator::SetFactor().
- Add "hint" property to wxSearchCtrl XRC handler.
wxGTK: