]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/filedlg.h
Add wxLoadUserResource() overload not copying the resource data.
[wxWidgets.git] / include / wx / osx / filedlg.h
index d5c17681df1ee39c163c88f0487a2630ff6ef3a8..1cf1b5ce2eb67b9ec145bc2320f1447d7dc7808a 100644 (file)
@@ -44,11 +44,15 @@ public:
     virtual void ModalFinishedCallback(void* panel, int resultCode);
 #endif
 
+    virtual bool SupportsExtraControl() const;
+    
 protected:
     // not supported for file dialog, RR
     virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
                            int WXUNUSED(width), int WXUNUSED(height),
                            int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
+    
+    void SetupExtraControls(WXWindow nativeWindow);
 };
 
 #endif // _WX_FILEDLG_H_