Leser: 1
9 Einträge, 1 Seite |
1 2 3 4 5 6 7 8 9 10 11 12
my $dialog = $Ptk{Main_window}->Dialog( -text => $txt, -font => $Ptk{Bigfont}, -justify => 'left', -title => $titel, -default_button => $button[$default_button], -buttons => \@button, ); my $eingabe = $dialog->Show(?-global?);
$dialog->protocol('WM_DELETE_WINDOW',sub{});
QuoteDass er ausgegraut und nciht anklickbar ist?
9 Einträge, 1 Seite |