Re: Getting text from variable number of Text Entries
- From: Kevin Ryde <user42 zip com au>
- To: "Pierce Ward" <pierceward gmail com>
- Cc: gtk-perl-list gnome org
- Subject: Re: Getting text from variable number of Text Entries
- Date: Wed, 27 Aug 2008 11:24:58 +1000
"Pierce Ward" <pierceward gmail com> writes:
Is there a way to iterate through every Entry box
You can get started by keeping them in an array in a global variable
ready for later use.
After that you can think about something more sophisticated like keeping
them in private data, or looking through the widget tree with
$button_box->children for what you added before, or thusfar, etc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]