inline int GetFilterIndex() const { return m_filterIndex ; }
int ShowModal();
+
+ // 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) {}
+
};
#define wxOPEN 0x0001