[Gtk-sharp-list] treeview toggled not changing

Rachel Hestilow rachel@nullenvoid.com
14 Jun 2003 13:38:00 -0500


--=-6KU9KPNLQIu4m4FBMa1b
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2003-06-14 at 10:58, George Farris wrote:
> bool val =3D store.GetValue(iter, 0);
>=20
> doesn't seem to work I had to do this:
> 	GLib.Value val =3D new GLib.Value();
> 	store.GetValue(iter, 0, out val);
>=20
> Is this something new in the cvs version of gtk-sharp?  I'm using 0.9.

Ah, yes, sorry for not making that clear. The CVS version of gtk-sharp
has a bunch of overloads so that you don't have to use GLib.Value.

--=20
Rachel Hestilow <rachel@nullenvoid.com>

--=-6KU9KPNLQIu4m4FBMa1b
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA+62uEapOJdUj74F4RAljUAKCKeMrXdIQWsgklHPoocvluA87hnACcC9cD
BHqS4tc1LI20JpfiOJNjjCk=
=9OPv
-----END PGP SIGNATURE-----

--=-6KU9KPNLQIu4m4FBMa1b--