aboutsummaryrefslogtreecommitdiff
path: root/exemples/Rattrapage.pm
diff options
context:
space:
mode:
Diffstat (limited to 'exemples/Rattrapage.pm')
-rw-r--r--exemples/Rattrapage.pm10
1 files changed, 6 insertions, 4 deletions
diff --git a/exemples/Rattrapage.pm b/exemples/Rattrapage.pm
index 848b6dd..f5ddda7 100644
--- a/exemples/Rattrapage.pm
+++ b/exemples/Rattrapage.pm
@@ -112,10 +112,12 @@ sub new {
my $bouton_cloche = new MTools::Widget::MToggleBouton (
parent => $self,
- g_on => 'rattrapage.svg#cloche',
- g_off => 'rattrapage.svg#cloche_fantome',
- e_press => 'CLOCHE',
- e_release => 'PAS_CLOCHE'
+ g_on1 => 'rattrapage.svg#cloche',
+ g_off1 => 'rattrapage.svg#cloche_fantome',
+ g_on2 => 'rattrapage.svg#cloche',
+ g_off2 => 'rattrapage.svg#cloche_fantome',
+ e_press1 => 'CLOCHE',
+ e_release1 => 'PAS_CLOCHE'
);
my $bouton_delete = new MTools::Widget::MBouton (