Help for this page

Select Code to Download


  1. or download this
        
    Wx::Event::EVT_MEDIA_PLAY( $i_frame, $i_frame->{Ctl_Media}, \&buttons_
    +on_media_played );
    
  2. or download this
    43 sub EVT_MEDIA_LOADED($$$) { $_[0]->Connect( $_[1], -1, &Wx::wxEVT_M
    +EDIA_LOADED, $_[2] ) };
    44 sub EVT_MEDIA_FINISHED($$$) { $_[0]->Connect( $_[1], -1, &Wx::wxEVT
    +_MEDIA_FINISHED, $_[2] ) };
    ...
    47 sub EVT_MEDIA_PLAY($$$) { $_[0]->Connect( $_[1], -1, &Wx::wxEVT_MED
    +IA_PLAY, $_[2] ) };
    48 sub EVT_MEDIA_STATECHANGED($$$) { $_[0]->Connect( $_[1], -1, &Wx::w
    +xEVT_MEDIA_STATECHANGED, $_[2] ) };