Re: Creating a function to create widgets from a hash - is there a better way?
- From: Sergei Steshenko <sergstesh yahoo com>
- To: gtk-perl-list gnome org, Mike Martin <redtux1 gmail com>
- Subject: Re: Creating a function to create widgets from a hash - is there a better way?
- Date: Mon, 9 Aug 2010 21:04:26 -0700 (PDT)
--- On Mon, 8/9/10, Mike Martin <redtux1 gmail com> wrote:
From: Mike Martin <redtux1 gmail com>
Subject: Creating a function to create widgets from a hash - is there a better way?
To: gtk-perl-list gnome org
Date: Monday, August 9, 2010, 8:08 PM
Hi
I have this code
## Master hash to define widgets with options ##
my %widgets=(
[snip]
Why not
my @widgets = (
?
Regards,
Sergei.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]