On 7/29/05, ritchie turner <[EMAIL PROTECTED]> wrote: > Hi, I'm a C#, mono, and GTK# newbie :), I'm looking for an iconview > class does that exist, or what's an alternative? I can't find in the > latest mono distribution.
the class is called Gtk.IconView but it is only available since Gtk+ 2.6, so you will need to used gtk-sharp-2.5.5 or gtk-sharp svn (there is an iconview demo in the gtk-sharp sources in the samples/GtkDemo folder, called DemoIconView.cs) -- Ben _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
