Help for this page

Select Code to Download


  1. or download this
    Wx::TextCtrl->new( $self, -1, "", [5, 10], [-1, -1], wxTE_MULTILINE );
    
  2. or download this
    use vars qw($constantstring);
    my $style = 'wxTE_MULTILINE';
    *constantstring=\"$style";
    
    Wx::TextCtrl->new( $self, -1, "", [5, 10], [-1, -1], $style );