+
+ virtual int ShowModal();
+
+ virtual bool SupportsExtraControl() const { return true; }
+
+
+protected:
+ // override this from wxTLW since the native
+ // form doesn't have any m_wxwindow
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO);
+
+
+private:
+ void OnFakeOk( wxCommandEvent &event );
+ void OnSize(wxSizeEvent&);
+ virtual void AddChildGTK(wxWindowGTK* child);
+
+ wxGtkFileChooser m_fc;
+