Re: examples/list.c

2009-01-22 Thread Brian J. Tarricone
Hi Deron, Please don't reply to me directly. The entire list should be able to benefit from this discussion. Deron Kazmaier wrote: I'm sure he know that, but is it available or not? I would think it should still be functional otherwise it would not be binary compatible with existing applic

Re: examples/list.c

2009-01-21 Thread James Scott Jr
look for and use the "gtk-demo" application thats normallu apart of the devel package. It contains current GTK examples pre-compiled with source immediately available. Also, consider using "devhelp", another api document viewer for GTK/GLIB and many others. James, On Wed, 2009-01-21 at 21:42 +

Re: examples/list.c

2009-01-21 Thread Tor Lillqvist
I think the programs in the examples folder are quite outdated and probably buggy. Build samples/gtk-demo instead. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: examples/list.c

2009-01-21 Thread Brian J. Tarricone
Don't use GtkList or GtkTree. They've been deprecated for... I dunno... 7 or 8 years now, and are unmaintained. You should be using GtkTreeView in conjunction with a GtkTreeStore or GtkListStore. -brian Dave Luttinen wrote: 2nd post. I'm just getting warmed up . Compile with suppli