[Gtk-sharp-list] GtkList is not realized?

Peter Johanson latexer at gentoo.org
Thu Dec 7 13:05:49 EST 2006


On Thu, Dec 07, 2006 at 02:56:58PM +0300, Duong Nguyen wrote:
>    Hi all!
>    I used Glade to design form with object GtkList
>    in my Programm I call [Widget] List myList;
>    Why can not I compile it? (not recognized List as a Class in Gtk)

GtkList is deprecated, and definitely should not be used in any new
code. Use GtkTreeView instead.

-pete


More information about the Gtk-sharp-list mailing list