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

@@ -1950,6 +1950,9 @@ child and the second one for right/bottom child window.
@hdr3col{property, type, description}
@row3col{value, @ref overview_xrcformat_type_text,
Initial value of the control (default: empty).}
@row3col{hint, @ref overview_xrcformat_type_text,
Descriptive text shown in the empty control (default: "Search"). This
property is new since wxWidgets 3.1.1.}
@endTable