[wxPython] FileOpen dialog - setting default size?

Hi,

I notice the wxwindow's fileopen dialog on windows is resizeable. This
is a breath of fresh air from the usual choose your file using 1/6 of
the screen real estate. (I'm assuming its a wxwindows feature as I
haven't seen it on many other windows apps)

Is there anyway to set the opening default size of this dialog with
wxpython?

Cheers

Lee

···

--
wxPython

I notice the wxwindow's fileopen dialog on windows is resizeable. This
is a breath of fresh air from the usual choose your file using 1/6 of
the screen real estate. (I'm assuming its a wxwindows feature as I
haven't seen it on many other windows apps)

Is there anyway to set the opening default size of this dialog with
wxpython?

No. Since the MSW version of wxFileDialog is just a wrapper around the
GetOpenFileName API there is no way to set the size of the dialog. (Or if
there is it's not immediately obvious.)

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!