Help for this page

Select Code to Download


  1. or download this
    my $images_sm = Wx::ImageList->new( 16, 16, 1 );
    $images_sm->Add( Wx::Bitmap->new("bin/icons/$_.gif", wxBITMAP_TYPE_GIF
    +) );
    
  2. or download this
    use MIME::Base64 ();
    
    ...
        $image->LoadFile( $file, wxBITMAP_TYPE_ANY );
        close($file);
        $images_sm->Add( Wx::Bitmap->new($image, -1) );