]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dialog.h
Added wxStrnicmp and to wchar.h, not yet for Unicode mode.
[wxWidgets.git] / include / wx / motif / dialog.h
index 1c01f7f4e924caa49fd299791c310a670523a55b..df9688ddeedafb2b566fe0771ca3e3d307ccd4e7 100644 (file)
@@ -66,6 +66,8 @@ public:
 
     virtual bool IsIconized() const;
 
+    virtual bool IsTopLevel() const { return TRUE; }
+    
     void SetTitle(const wxString& title);
     wxString GetTitle() const ;