X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c74e7fe1de14f32dcd6f3c9cdd727de540bbd0e..65e4e78efb62104d4d0f9ac32e3fff24f9c14b6e:/include/wx/mac/frame.h diff --git a/include/wx/mac/frame.h b/include/wx/mac/frame.h index 3d6a52941d..c342d83c90 100644 --- a/include/wx/mac/frame.h +++ b/include/wx/mac/frame.h @@ -56,6 +56,7 @@ public: const wxString& name = wxFrameNameStr); virtual bool Destroy(); + virtual bool IsTopLevel() const { return TRUE; } void OnSize(wxSizeEvent& event); void OnMenuHighlight(wxMenuEvent& event);