]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filedlg.h
wxMimeTypesManager::IsOfType() added (and documented)
[wxWidgets.git] / include / wx / gtk / filedlg.h
index c5d4ae64b1e055aa72124618a49ad9ff2519a1ee..ad07d0736e80a93497aa836f579af969b2bb3a03 100644 (file)
@@ -54,11 +54,9 @@ public:
     wxString GetWildcard() const { return m_wildCard; }
     long GetStyle() const { return m_dialogStyle; }
     int GetFilterIndex() const { return m_filterIndex ; }
-
-    int ShowModal();
-
-    protected:
-
+    
+protected:    
+    
     wxString    m_message;
     long        m_dialogStyle;
     wxWindow *  m_parent;