Re: Gtk::TreeStore insert_with_values weirdness
- From: "Jens Luedicke" <jens luedicke gmail com>
- To: "Roderich Schupp" <roderich schupp googlemail com>
- Cc: Gtk2-Perl List <gtk-perl-list gnome org>
- Subject: Re: Gtk::TreeStore insert_with_values weirdness
- Date: Thu, 4 Jan 2007 16:53:23 +0100
On 1/3/07, Roderich Schupp <roderich schupp googlemail com> wrote:
Are you using the XS variant of Readonly (i.e. have Readonly::XS installed)
or the pure-perl variant? The latter implements readonly scalars as tied scalars
(with a STORE method that just croaks)... My guess is that the XS glue in
Gtk::TreeStore (at least) doesn't cope with tied scalars (you need extra
code to handle tied scalars from XS).
Same problem with Readonly::XS.
Another thing I noticed: Only $COL_FILEINFO (== 0) is affected. I can
use the other two Readonly scalars just fine.
Jens
--
Jens Luedicke
web: http://perldude.de/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]