Has SetExtraControlCreator() been implemented for FileDialogs?

I am trying to figure out how I could add extra widgets to a native file dialog, and the SetExtraControlCreator() function looked promising.
As I couldn't find any reference to it, and there doesn't appear to be documentation for wxPython 2.9.x, I thought I would ask here.

I could work around extra widgets in my FileDialog, but it would be much preferable to have the functionality present in the dialog.

If anyone knows about SetExtraControlCreator(), or has a better suggestion, please let me know.

Thanks,
Daniel.

I haven't added support for it yet, but it is on the TODO list.

···

On 10/14/11 2:48 PM, Daniel Fontaine wrote:

I am trying to figure out how I could add extra widgets to a native
file dialog, and the SetExtraControlCreator() function looked
promising. As I couldn't find any reference to it, and there doesn't
appear to be documentation for wxPython 2.9.x, I thought I would ask
here.

I could work around extra widgets in my FileDialog, but it would be
much preferable to have the functionality present in the dialog.

If anyone knows about SetExtraControlCreator(), or has a better
suggestion, please let me know.

--
Robin Dunn
Software Craftsman