Leser: 1
10 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -r1.1 Tk-mines_0.07.pl
464c464
< $MainFrame->destroy(); undef $MainFrame;
---
> $_->destroy for $MainFrame->children();
471,475c471
< # create a new mainframe
< $MainFrame = $mw->Frame(-relief => 'sunken', -border => 1)
< ->pack(-side => 'top', -fill => 'both', -expand => 1);
<
< # and draw the rest
---
> # create the new contents of the MainFrame
10 Einträge, 1 Seite |