test1.pl
changeset 2 46f2fcdca04f
parent 1 90185416e8ff
child 3 689bf4b363c3
equal deleted inserted replaced
1:90185416e8ff 2:46f2fcdca04f
    53 sub on_main_about_button_clicked {
    53 sub on_main_about_button_clicked {
    54     $window_about->show();
    54     $window_about->show();
    55     return 1;
    55     return 1;
    56 }
    56 }
    57 
    57 
    58 sub on_aboutdialog1_close {
    58 sub on_aboutdialog1_response {
    59     $window_about->hide();
    59     $window_about->hide();
    60     return 1;
    60     return 1;
    61 }
    61 }
    62 
    62 
    63 sub on_entry_key_release_event {
    63 sub on_entry_key_release_event {