From 6d6f99cb41d940f1fe2963e25e0377b595e3e232 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 14 Nov 2009 14:25:54 +0000 Subject: [PATCH] Document wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/slider.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/interface/wx/slider.h b/interface/wx/slider.h index 9ce912e3f4..d1fd50460e 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -22,9 +22,13 @@ @style{wxSL_VERTICAL} Displays the slider vertically. @style{wxSL_AUTOTICKS} - Displays tick marks. + Displays tick marks. Windows only. + @style{wxSL_MIN_MAX_LABELS} + Displays minimum, maximum labels. + @style{wxSL_VALUE_LABEL} + Displays value label. @style{wxSL_LABELS} - Displays minimum, maximum and value labels. + Displays minimum, maximum and value labels (same as the two above together). @style{wxSL_LEFT} Displays ticks on the left and forces the slider to be vertical. @style{wxSL_RIGHT} -- 2.50.0