X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..416d505ee97d2f8f0a3cc13a4f1d373875af3b02:/interface/wx/statbmp.h diff --git a/interface/wx/statbmp.h b/interface/wx/statbmp.h index 213dafb826..ffbbb1a93c 100644 --- a/interface/wx/statbmp.h +++ b/interface/wx/statbmp.h @@ -17,9 +17,15 @@ If you want to display larger images portably, you may use generic implementation wxGenericStaticBitmap declared in \. + Notice that for the best results, the size of the control should be the + same as the size of the image displayed in it, as happens by default if + if it's not resized explicitly. Otherwise, behaviour depends on the + platform: under MSW, the bitmap is drawn centred inside the control, while + elsewhere it is drawn at the origin of the control. + @library{wxcore} @category{ctrl} - @appearance{staticbitmap.png} + @appearance{staticbitmap} @see wxStaticBitmap, wxStaticBox */