It doesn't work because SetStyle controls wxTextAttr (ie font, color ...), not "Window styles", you need# this doesn't work... so have to hack the parameters (see above) # $self->SetStyle(Wx::TextCtrl::wxTE_MULTILINE);
$self->SetWindowStyle( wxTE_MULTILINE | $self->GetWindowStyleFlag ); # wxPerl bug, GetWindowStyle synonym unavailable, reported # http://sourceforge.net/tracker/index.php?func=detail&aid=2004831&gro +up_id=15655&atid=115655
In reply to Re: Wx: Passing events
by Anonymous Monk
in thread Wx: Passing events
by Tanktalus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |