- or download this
OBJECTNAME_Eventname
- or download this
sub Button1_Click {
# ...do something...
}
- or download this
sub Button1_Click { ... }
...
-name => 'Button1',
...,
);
- or download this
$main->AddButton(
-name => 'Button1',
-onClick => sub { ... },
...,
);