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