my $checkbutton_variable = 1;
  my $checkbutton = $f->Checkbutton(-text => 'checkbutton', -onvalue => 1, 
-offvalue => 0, -variable => \$checkbutton_variable)->pack(-side => 'left');


________________________________
From: Boston-pm <boston-pm-bounces+jonathan_finger=hotmail....@pm.org> on 
behalf of dan moylan <j...@moylan.us>
Sent: Monday, March 15, 2021 1:25 PM
To: boston perl mongers <boston...@mail.pm.org>
Subject: [Boston.pm] checkbuttons


in perl-TK is there a way to invoke a checkbutton in the
"checked" state?

ole dan

j. daniel moylan
84 harvard ave
brookline, ma 02446-6202
617-777-0207 (cel)
j...@moylan.us
www.moylan.us<http://www.moylan.us>
[BLM]

_______________________________________________
Boston-pm mailing list
Boston-pm@pm.org
https://mail.pm.org/mailman/listinfo/boston-pm

_______________________________________________
Boston-pm mailing list
Boston-pm@pm.org
https://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to