Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC

Recognize these flags in wxSlider XRC handler.

Closes #16949.

Closes https://github.com/wxWidgets/wxWidgets/pull/253
This commit is contained in:
ousnius
2016-03-14 12:04:01 +01:00
committed by Vadim Zeitlin
parent 7907711e82
commit c3a2994931
3 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ wxBEGIN_FLAGS( wxSliderStyle )
wxFLAGS_MEMBER(wxSL_HORIZONTAL)
wxFLAGS_MEMBER(wxSL_VERTICAL)
wxFLAGS_MEMBER(wxSL_AUTOTICKS)
wxFLAGS_MEMBER(wxSL_MIN_MAX_LABELS)
wxFLAGS_MEMBER(wxSL_VALUE_LABEL)
wxFLAGS_MEMBER(wxSL_LABELS)
wxFLAGS_MEMBER(wxSL_LEFT)
wxFLAGS_MEMBER(wxSL_TOP)