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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user