Re: [wxpython-users] Changing row positions in a wx.Grid
by David Anderson other posts by this author
May 7 2008 11:55AM messages near this date
Re: [wxpython-users] Changing row positions in a wx.Grid
|
Re: [wxpython-users] Changing row positions in a wx.Grid
what?
On Wed, May 7, 2008 at 3:49 PM, Chester <wxpythoner@[...].com> wrote:
> There is this notion in my head that the word dictionary might ring a
> bell. :)
>
>
>
> On Wed, May 7, 2008 at 8:33 PM, David Anderson <zerty.david@[...].com>
> wrote:
>
> > Another dumbq uestion...
> > I have an Grid with lot of rows
> >
> > Lets suppose
> >
> > Name Birth
> >
> > David 14/09
> > Denis 15/05
> > Mary 06/06
> >
> >
> > How can I Swap two rows? For instance:
> >
> > Name Birth
> >
> > David 14/09
> > Mary 06/06
> > Denis 15/05
> >
> >
> > ??
> >
> > Thx
> >
> >
> >
> > _______________________________________________
> > wxpython-users mailing list
> > wxpython-users@[...].org
> > http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> >
> >
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users@[...].org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
>
Thread:
David Anderson
Chester
David Anderson
Mike Driscoll
Robin Dunn
|