[wx-dev] Re: GSoC - own idea: wxDragGridSizer and
wxDragFlexGridSizer
ATS
asteinarson at gmail.com
Mon Mar 24 15:16:55 PDT 2008
> James Crook, an audacity developer, gave me the tip, that it would be
> very useful to have a wxDragGridSizer class, which is quite similar
> to wxGridSizer but has the possibility to change the size by mouse to
> draw the track panel of audacity. An wxDragFlexGridSizer is obviously
> useful as well, so the idea is, that I'm going to implement these two
> classes. It seems to be quite small project, but due to only few
> experience it maybe fits in my profile. Because only a few files are
> affected it should be manageable for me.
This fits very well into the wxRL layout manager (you can find it at
wxCode). Currently the layout manager handles box sizers in just the
way you describe. I've been thinking about adding the same mechanism
for flexgrid sizers, but haven't got around to it. It would be fairly
straight forward, but a not trivial. (With grid sizers you couldn't
do it since per definition, the grid is 100% symmetrical).
Feel free to investigate it with wxRL.
Regards
// ATS.
>
> I would start with the wxGridSizer and the wxFlexGridSizer class an
> extend them with the "dragability".
More information about the wx-dev
mailing list