]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/enhmeta.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / palmos / enhmeta.h
index 9a48c25109b06c7766f725cb51dbd08d597bf4e6..c7cd75147729567f205e26c33cdf3b255875a0db 100644 (file)
@@ -39,7 +39,8 @@ public:
     bool Play(wxDC *dc, wxRect *rectBound = (wxRect *)NULL);
 
     // accessors
-    bool Ok() const { return m_hMF != 0; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const { return m_hMF != 0; }
 
     wxSize GetSize() const;
     int GetWidth() const { return GetSize().x; }