Help for this page

Select Code to Download


  1. or download this
    my    $gui_mw_wrapper = new MainWindow;
        $gui_mw_wrapper -> geometry("1000x1000");
    ...
    my    $icon = $gui_mw_wrapper -> Photo(-width => 32, -height => 32, -f
    +ile => '<absolute path>/code-terminal_15180865.png', -format => 'png'
    +);
        $gui_mw_wrapper -> iconimage($icon);
    
  2. or download this
    
    my    $icon = $gui_mw_wrapper -> Photo(-width => 32, -height => 32, -f
    +ile => '/nas/users/arie/bin/icons/code-terminal_15180865_32x32.png', 
    +-format => 'png');