ImageDialog Question

Is it possible to set the title on this dialog - the default is 'Image
browser'

I note that if one has a long pathway the text doesn't fit properly on the
label at the top - also the window is not re-sizable.

There dosn't seem to be any documentation in the wxPython docs about this
control.

Thanks

Richard Terry

Richard Terry wrote:

Is it possible to set the title on this dialog - the default is 'Image browser'

http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/wx/lib/imagebrowser.py?rev=1.9&content-type=text/vnd.viewcvs-markup

Doesn't look like it.

I note that if one has a long pathway the text doesn't fit properly on the label at the top - also the window is not re-sizable.

Patches implementing improvments will probably be accepted.

There dosn't seem to be any documentation in the wxPython docs about this control.

It is in the new docs, but without any docstrings in the module it is not much use. Patches implementing docstrings will be accepted too.

ยทยทยท

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