]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/button.h
Merge in from trunk r68626 - r68683
[wxWidgets.git] / interface / wx / button.h
index 617a48c8cf10a6c684e240f326500059e9e7dc2e..697fc73f6ccdb02eb0e247b026ffddcec4eee5c0 100644 (file)
         get reasonably good behaviour on all platforms.
 
     All of the bitmaps must be of the same size and the normal bitmap must be
         get reasonably good behaviour on all platforms.
 
     All of the bitmaps must be of the same size and the normal bitmap must be
-    set first (to a valid bitmap), before setting any other ones.
+    set first (to a valid bitmap), before setting any other ones. Also, if the
+    size of the bitmaps is changed later, you need to change the size of the
+    normal bitmap before setting any other bitmaps with the new size (and you
+    do need to reset all of them as their original values can be lost when the
+    normal bitmap size changes).
 
     The position of the image inside the button be configured using
     SetBitmapPosition(). By default the image is on the left of the text.
 
     The position of the image inside the button be configured using
     SetBitmapPosition(). By default the image is on the left of the text.