]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider.h
Increase version to 2.9.5.
[wxWidgets.git] / include / wx / msw / slider.h
index d6c2400cd316083dc2f964079c7589093b88002a..23de38a6077c33672d00ecaa53dfd312eb83275a 100644 (file)
@@ -106,6 +106,10 @@ protected:
     wxRect GetBoundingBox() const;
 
     // Get the height and, if the pointers are non NULL, widths of both labels.
+    //
+    // Notice that the return value will be 0 if we don't have wxSL_LABELS
+    // style but we do fill widthMin and widthMax even if we don't have
+    // wxSL_MIN_MAX_LABELS style set so the caller should account for it.
     int GetLabelsSize(int *widthMin = NULL, int *widthMax = NULL) const;