]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menuitem.h
Add more echo trace statements to runtests.bat script.
[wxWidgets.git] / include / wx / motif / menuitem.h
index 7df8dd2e4e1cc9fcb1389aaa9b205a3ed3807285..d2bdfd10c8e9958363d6fd603a7279c1d0939ec5 100644 (file)
@@ -24,16 +24,16 @@ class WXDLLIMPEXP_CORE wxMenuItem : public wxMenuItemBase
 {
 public:
     // ctor & dtor
-    wxMenuItem(wxMenu *parentMenu = (wxMenu *)NULL,
+    wxMenuItem(wxMenu *parentMenu = NULL,
                int id = wxID_SEPARATOR,
                const wxString& text = wxEmptyString,
                const wxString& help = wxEmptyString,
                wxItemKind kind = wxITEM_NORMAL,
-               wxMenu *subMenu = (wxMenu *)NULL);
+               wxMenu *subMenu = NULL);
     virtual ~wxMenuItem();
 
     // accessors (some more are inherited from wxOwnerDrawn or are below)
-    virtual void SetText(const wxString& label);
+    virtual void SetItemLabel(const wxString& label);
     virtual void Enable(bool enable = true);
     virtual void Check(bool check = true);
     // included SetBitmap and GetBitmap as copied from the GTK include file