documented wxMenuItem::SetBitmap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-09-27 23:10:05 +00:00
parent 5fdff4a5b4
commit 0996d32a07

View File

@@ -195,6 +195,13 @@ Returns TRUE if the item is a separator.
Sets the background colour associated with the menu item (Windows only).
\membersection{wxMenuItem::SetBitmap}\label{wxmenuitemsetbitmap}
\constfunc{void}{SetBitmap}{\param{const wxBitmap\& }{bmp}}
Sets the bitmap for the menu item (Windows and GTK+ only). It is
equivalent to \helpref{SetBitmaps}{wxmenuitemsetbitmaps}(bmp, wxNullBitmap).
\membersection{wxMenuItem::SetBitmaps}\label{wxmenuitemsetbitmaps}
\constfunc{void}{SetBitmaps}{\param{const wxBitmap\& }{checked},