On Mon, Dec 25, 2006 at 12:22:50AM -0500, Tony Freeman wrote:
> What am I doing wrong? I would like an array of gchar values. The
> gchar values would be "lx1" "lx2" "dx1" that a user would select from a
> GtkTreeView.
Why you ceate some GArray instead of a GtkListStore -- you
will have to creat
On Mon, 2006-12-25 at 09:19 +0100, David Nečas (Yeti) wrote:
> On Mon, Dec 25, 2006 at 12:22:50AM -0500, Tony Freeman wrote:
> > What am I doing wrong? I would like an array of gchar values. The
> > gchar values would be "lx1" "lx2" "dx1" that a user would select from a
> > GtkTreeView.
>
> Why