X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..69fb24ce03b4dd40e7912936d628bea1719aaaa3:/interface/slider.h diff --git a/interface/slider.h b/interface/slider.h index 488c4b484f..415fe1938c 100644 --- a/interface/slider.h +++ b/interface/slider.h @@ -18,25 +18,25 @@ Slider events are handled in the same way as a scrollbar. @beginStyleTable - @style{wxSL_HORIZONTAL}: + @style{wxSL_HORIZONTAL} Displays the slider horizontally (this is the default). - @style{wxSL_VERTICAL}: + @style{wxSL_VERTICAL} Displays the slider vertically. - @style{wxSL_AUTOTICKS}: + @style{wxSL_AUTOTICKS} Displays tick marks. - @style{wxSL_LABELS}: + @style{wxSL_LABELS} Displays minimum, maximum and value labels. - @style{wxSL_LEFT}: + @style{wxSL_LEFT} Displays ticks on the left and forces the slider to be vertical. - @style{wxSL_RIGHT}: + @style{wxSL_RIGHT} Displays ticks on the right and forces the slider to be vertical. - @style{wxSL_TOP}: + @style{wxSL_TOP} Displays ticks on the top. - @style{wxSL_BOTTOM}: + @style{wxSL_BOTTOM} Displays ticks on the bottom (this is the default). - @style{wxSL_SELRANGE}: + @style{wxSL_SELRANGE} Allows the user to select a range on the slider. Windows only. - @style{wxSL_INVERSE}: + @style{wxSL_INVERSE} Inverses the mininum and maximum endpoints on the slider. Not compatible with wxSL_SELRANGE. @endStyleTable