]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/slider.h
added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly
[wxWidgets.git] / interface / wx / slider.h
index 18647f5a84b2c03b26d815340bc26d217683f7c2..d4a6fdc03ed47e68ba5b636ba11b123c24c6e694 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{slider.png} -->
+    @appearance{slider.png}
 
     @see @ref overview_eventhandling, wxScrollBar
 */
@@ -132,6 +132,8 @@ public:
             Minimum slider position.
         @param maxValue
             Maximum slider position.
+        @param pos
+            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.
         @param style
@@ -145,7 +147,7 @@ public:
     */
     wxSlider(wxWindow* parent, wxWindowID id, int value,
              int minValue, int maxValue,
-             const wxPoint& point = wxDefaultPosition,
+             const wxPoint& pos = wxDefaultPosition,
              const wxSize& size = wxDefaultSize,
              long style = wxSL_HORIZONTAL,
              const wxValidator& validator = wxDefaultValidator,