First page Back Continue Last page Overview Graphics
Documentation
The wxWidgets documentation is written for C++.
Fortunately, there’s a intuitive match between C++ and Perl.
- wxTextCtrl::SetStyle
bool SetStyle(long start, long end,
const wxTextAttr& style)
- Module: Wx::TextCtrl
Method: SetStyle
Args: numeric, numeric, Wx::TextAttr
Returns: True/False
Where appropriate there are special notes for wxPerl.