X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/830b7aa7b235888198fcc80c6b1fd0e792b143c6..fe45d6ffd5e59a37135581ea4a53f6b4fbe63ca8:/interface/wx/slider.h diff --git a/interface/wx/slider.h b/interface/wx/slider.h index 504b4d549c..9ce912e3f4 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -40,7 +40,7 @@ compatible with wxSL_SELRANGE. @endStyleTable - @beginEventTable{wxScrollEvent} + @beginEventEmissionTable{wxScrollEvent} You can use EVT_COMMAND_SCROLL... macros with window IDs for when intercepting scroll events from controls, or EVT_SCROLL... macros without window IDs for intercepting scroll events from the receiving window -- except for this, @@ -131,9 +131,11 @@ public: @param maxValue Maximum slider position. @param pos - Window position. If wxDefaultPosition is specified then a default position is chosen. + Window position. + If ::wxDefaultPosition is specified then a default position is chosen. @param size - Window size. If wxDefaultSize is specified then a default size is chosen. + Window size. + If ::wxDefaultSize is specified then a default size is chosen. @param style Window style. See wxSlider. @param validator