X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f510b7b2f386afe6c3705c2cdbc9208435984dac..82ce8b17f728fe648f431b379ba23721e0ebc06d:/docs/latex/wx/artprov.tex diff --git a/docs/latex/wx/artprov.tex b/docs/latex/wx/artprov.tex index 6e48e3b6e2..109ae25880 100644 --- a/docs/latex/wx/artprov.tex +++ b/docs/latex/wx/artprov.tex @@ -132,7 +132,7 @@ See the \helpref{artprov}{sampleartprovider} sample for an example of wxArtProvi Derived art provider classes must override this method to create requested art resource. Note that returned bitmaps are cached by wxArtProvider and it is therefore -not neccessary to optimize CreateBitmap for speed (e.g. you may create wxBitmap objects +not necessary to optimize CreateBitmap for speed (e.g. you may create wxBitmap objects from XPMs here). \wxheading{Parameters} @@ -142,7 +142,7 @@ from XPMs here). \docparam{client}{wxArtClient identifier of the client (i.e. who is asking for the bitmap). This only servers as a hint.} -\docparam{size}{Prefered size of the bitmap. The function may return a bitmap of different +\docparam{size}{Preferred size of the bitmap. The function may return a bitmap of different dimensions, it will be automatically rescaled to meet client's request.} \wxheading{Note}