From 0e824883009f7474f164b8224fdb28888f2d4f5c Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Thu, 31 Jan 2019 20:13:11 +0100 Subject: [PATCH] Document wxSL_BOTH style of wxSlider --- interface/wx/slider.h | 2 ++ 1 file changed, 2 insertions(+) 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}