Minor fixes to wxStaticBitmap documentation.

Fix typo in the description; correct "See also" section.

Closes #16279.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-05-22 14:35:43 +00:00
parent 9194902451
commit 2b223cdaa9

View File

@@ -18,7 +18,7 @@
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
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.
@@ -26,7 +26,7 @@
@category{ctrl}
@appearance{staticbitmap}
@see wxStaticBitmap, wxStaticBox
@see wxBitmap
*/
class wxStaticBitmap : public wxControl
{