Help for this page

Select Code to Download


  1. or download this
        $square->lower_to_bottom();
        $square->raise(1);
    
  2. or download this
        $text->lower_to_bottom();
        $text->raise(2);
    
  3. or download this
        $replaceSquare->lower_to_bottom();
        $replaceSquare->raise(1);
    
  4. or download this
    #!/usr/bin/perl
    package canvas;
    
    ...
    # Open the window
    $window->show_all();
    Gtk2->main();