From: Václav Slavík Date: Wed, 27 Sep 2000 23:10:05 +0000 (+0000) Subject: documented wxMenuItem::SetBitmap X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0996d32a07f2b89d0f26ccf336398493445f2cc5 documented wxMenuItem::SetBitmap git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menuitem.tex b/docs/latex/wx/menuitem.tex index 5f7de5341f..f9f49bb8ae 100644 --- a/docs/latex/wx/menuitem.tex +++ b/docs/latex/wx/menuitem.tex @@ -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},