[Gtk-sharp-list] #List - a simple list view widget

Freon Freon <freongrr@gmail.com>
Fri, 5 Nov 2004 09:12:17 +0100


Yeah, the I used a static method in that sample only to make it simpler ;)
The code where I have a problem use a regular method.

Thanks anyway. Was that the only difference between your code and mine?


On Thu, 4 Nov 2004 22:58:31 +0000, Mike Rhodes <mike.rhodes@gmail.com> wrot=
e:
> Have you tried using a non-static function for the treedatafunc()?
> Your code doesn't seem very different from code I've used for data
> funcs, aside from my code isn't static...
>=20
> It might make sense as I presume static and non-static methods are
> stored differently internally, and you are wrapping a static method
> into the TreeDataFunc non-static object.
>=20
> mike.
>=20
>=20
>=20
> On Thu, 4 Nov 2004 19:29:02 +0100, Freon <freongrr@gmail.com> wrote:
> > Wow, that's pretty good, I have no idea where you've found so much
> > information on how ListView worked ;)
> > The only problem you may have is the win.DeleteEvent not compiling on
> > the MS compiler (use new DeleteEventHandler(WindowDelete) instead).
> >
> > Anyway, since you look like you know the how and why of TreeView,
> > could you have a look at this problem I have (related to
> > TreeCellDataFunc)
> > http://lists.ximian.com/archives/public/gtk-sharp-list/2004-November/00=
5040.html
> >
> > On Thu, 04 Nov 2004 17:31:55 +0100, =D0=A2=D0=BE=D0=BC=D0=B8=D1=81=D0=
=BB=D0=B0=D0=B2 =D0=9C=D0=B0=D1=80=D0=BA=D0=BE=D0=B2=D1=81=D0=BA=D0=B8
> >
> >
> > <tome@users.ossm.org.mk> wrote:
> > > On =D1=81=D1=80=D0=B5, 2004-11-03 at 21:23, Hasan Veldstra wrote:
> > >
> > > > A screenshot and the source of both widget and a demo program are h=
ere:
> > > > http://veldstra.co.uk/blog/index.php?p=3D10
> > > > Please post your opinions, comments and suggestions.
> > >
> > > Looks great. Very usefull for quickly making simple lists on the fly.
> > > Great job, keep it up. I love the icon option.
> > >
> > >
> > > _______________________________________________
> > > Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> > >
> > _______________________________________________
> > Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> >
>=20
>=20
> --
> Regards,
> Mike
>