Re: Gtk2::Style set methods
- From: "muppet" <scott asofyet org>
- To: gtk-perl-list gnome org
- Subject: Re: Gtk2::Style set methods
- Date: Tue, 25 May 2004 12:22:14 -0400 (EDT)
Emmanuele Bassi said:
$style = $widget->style->copy;
$style->bg_pixmap('normal') = $pixmap;
it would have to be done as
$style->bg_pixmap('normal', $newpixmap);
unless we use the xsubs as lvalues stuff, which i've forgotten how to do.
will look into that soon; there are memory management issues with handling the
return value of that xsub.
--
muppet <scott at asofyet dot org>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]