]> git.saurik.com Git - wxWidgets.git/commitdiff
documented wxMenuItem::SetBitmap
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 27 Sep 2000 23:10:05 +0000 (23:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 27 Sep 2000 23:10:05 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/menuitem.tex

index 5f7de5341f3ed6e0e3837c9237df106145860147..f9f49bb8aeebded964c69a8e181df295b643c461 100644 (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},