\membersection{wxMenuItem::GetBitmap}\label{wxmenuitemgetbitmap}
-\constfunc{wxBitmap\&}{GetBitmap}{\param{bool}{ checked = TRUE}}
+\constfunc{wxBitmap\&}{GetBitmap}{\param{bool}{ checked = true}}
Returns the checked or unchecked bitmap (Windows only).
\constfunc{bool}{IsCheckable}{\void}
-Returns TRUE if the item is checkable.
+Returns true if the item is checkable.
\membersection{wxMenuItem::IsChecked}\label{wxmenuitemischecked}
\constfunc{bool}{IsChecked}{\void}
-Returns TRUE if the item is checked.
+Returns true if the item is checked.
\membersection{wxMenuItem::IsEnabled}\label{wxmenuitemisenabled}
\constfunc{bool}{IsEnabled}{\void}
-Returns TRUE if the item is enabled.
+Returns true if the item is enabled.
\membersection{wxMenuItem::IsSeparator}\label{wxmenuitemisseparator}
\constfunc{bool}{IsSeparator}{\void}
-Returns TRUE if the item is a separator.
+Returns true if the item is a separator.
\membersection{wxMenuItem::SetBackgroundColour}\label{wxmenuitemsetbackgroundcolour}