X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..3dbfe8f44f6ff4f3b888b59111ff51dad45fb060:/include/wx/palmos/menuitem.h?ds=sidebyside diff --git a/include/wx/palmos/menuitem.h b/include/wx/palmos/menuitem.h index fcf4d9b3f9..9954fd3827 100644 --- a/include/wx/palmos/menuitem.h +++ b/include/wx/palmos/menuitem.h @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: menuitem.h +// Name: wx/palmos/menuitem.h // Purpose: wxMenuItem class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef _MENUITEM_H #define _MENUITEM_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "menuitem.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -55,11 +51,6 @@ public: // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable() bool IsCheckable() const { return wxMenuItemBase::IsCheckable(); } - // the id for a popup menu is really its menu handle (as required by - // ::AppendMenu() API), so this function will return either the id or the - // menu handle depending on what we're - int GetRealId() const; - // mark item as belonging to the given radio group void SetAsRadioGroupStart(); void SetRadioGroupStart(int start);