Help for this page

Select Code to Download


  1. or download this
    sub on_click_richtext_preview_close {
    
        my($self,$event) = @_;
    ...
        $self->Destroy;
    
    }
    
  2. or download this
    
        Wx::Event::EVT_CLOSE( $frame , \&on_click_richtext_preview_close )
    +;