![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^3: Perl::Gtk and Color tutorialby blueberryCoffee (Scribe) |
on Dec 15, 2004 at 10:30 UTC ( #414979=note: print w/replies, xml ) | Need Help?? |
take a look at the perl-gtk2 class docs. Label is a subclass of widget, which provides the get_colormap function.
In your above code change:
to: I have not used this but it looks right from the docs.
In Section
Seekers of Perl Wisdom
|
|