Re: Gtk2::Style set methods




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]