diff --git a/interface/wx/slider.h b/interface/wx/slider.h index f35e3cf574..0c35d97224 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -57,6 +57,8 @@ Displays ticks on the top. @style{wxSL_BOTTOM} Displays ticks on the bottom (this is the default). + @style{wxSL_BOTH} + Displays ticks on both sides of the slider. Windows only. @style{wxSL_SELRANGE} Displays a highlighted selection range. Windows only. @style{wxSL_INVERSE}