Pavel A. Papushev wrote:> I want to use wxruby in my application, but this should be MDI application.
> Kevin, could you add MDIParentFrame, MDIClientWindow and MDIChildFrame
> in wxruby-0.3, please?
MDI support has been checked in to CVS and to the darcs repository. I
included a small sample to demonstrate how the basic features work.
Under GTK on Linux, each MDI child window is a tab. Interesting. I have
not tried it under MS Windows, so I eagerly await any reports of success
or problems.
Many thanks to Gergely for sending all the .t files that he generated
with a script. I was able to use one of the three MDI templates almost
exactly as delivered. The other two required only minor tweaking. It
really helps not to have to manually grab each prototype out of the html
docs!
Late last night (early this morning), I cleaned up the validator sample
and code. I also fixed a few other minor issues this afternoon. See the
ChangeLog for details.
Cheers,
Kevin