X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/449f38b57e7ddcfd0d0de6449aceebb4e5abffc9..71d04f7ffdabd67233de114ae7b293501cdb3088:/include/wx/motif/mdi.h

diff --git a/include/wx/motif/mdi.h b/include/wx/motif/mdi.h
index 79e52de767..62d6efb7d7 100644
--- a/include/wx/motif/mdi.h
+++ b/include/wx/motif/mdi.h
@@ -169,6 +169,8 @@ public:
     virtual void Activate();
     virtual bool IsIconized() const ;
 
+    virtual bool IsTopLevel() const { return FALSE; }
+    
     // Is the frame maximized? Returns TRUE for
     // wxMDIChildFrame due to the tabbed implementation.
     virtual bool IsMaximized(void) const ;