Re: [Boston.pm] checkbuttons
Jonathan Finger via Boston-pm <[email protected]> Mon, 15 Mar 2021 19:37:24 +0000
| Newsgroups | gmane.comp.lang.perl.perl-mongers.boston |
|---|---|
| Message-ID | <MN2PR13MB4086001F4D6922B181BF9651986C9@MN2PR13MB4086.namprd13.prod.outlook.com> |
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.com-aE07yma9hCw@public.gmane.org> on behalf of dan moylan <[email protected]> Sent: Monday, March 15, 2021 1:25 PM To: boston perl mongers <[email protected]> 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) [email protected] www.moylan.us<http://www.moylan.us> [BLM] _______________________________________________ Boston-pm mailing list [email protected] https://mail.pm.org/mailman/listinfo/boston-pm