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:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Notice that for the best results, the size of the control should be the
|
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
|
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
|
platform: under MSW, the bitmap is drawn centred inside the control, while
|
||||||
elsewhere it is drawn at the origin of the control.
|
elsewhere it is drawn at the origin of the control.
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
@category{ctrl}
|
@category{ctrl}
|
||||||
@appearance{staticbitmap}
|
@appearance{staticbitmap}
|
||||||
|
|
||||||
@see wxStaticBitmap, wxStaticBox
|
@see wxBitmap
|
||||||
*/
|
*/
|
||||||
class wxStaticBitmap : public wxControl
|
class wxStaticBitmap : public wxControl
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user