storing Perl-Gtk objects on disk
- From: "Cogan, Gil" <gil cogan intel com>
- To: gtk-perl-list gnome org
- Subject: storing Perl-Gtk objects on disk
- Date: Wed, 13 Sep 2000 06:41:46 -0700
Hi,
I've built a Gtk Tree widget, and I tried to save it on disk using
Data::Dumper and Storable, but it seems that
it doesn't work fine - the file to which I dumped the Tree (using
Data::Dumper) had only the following contents:
$VAR1 = bless( {
'_gtk' => 139736072
}, 'Gtk::TreeItem' );
it seems that all of the widget's arguments were lost.
Is it possible to store GUI objects on disk? Should it differ from storing
'regular' objects?
TKS,
Gil.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]