Help for this page

Select Code to Download


  1. or download this
    package MyFrame;
        
    use base 'Wx::Frame';
    ...
    
        $self->SetTitle( 'Combo box selected' );
    }