Mattia Barbon wrote:
Jiri Pavlovsky wrote:
Hello,
I needed to set style for a selection.
After trying to call SetStyle with various combination of parameters
I succeeded with $w->SetStyleRange($range, $attr) (to which I
was led by an error message).
I can't see SetStyleRange documented anywhere. Is this a wxperl wrapper?
It is used internally. In theory you should be able to call
->SetStyle with the same parameters and it should work.
...and theory will match practice in the next release.
Regards,
Mattia