Re: [RFC] export TRUE and FALSE from someplace
- From: "Cristóvão B. B. Dalla Costa" <cbraga fs inf br>
- To: gtk-perl-list gnome org
- Subject: Re: [RFC] export TRUE and FALSE from someplace
- Date: Wed, 21 Jan 2004 10:27:36 -0200
muppet wrote:
as a contrived example: at a glance, which of the arguments to
Gtk2::Box::pack_start is the integer padding value?
$box->pack_start ($widget1, 0, 0, 0);
$box->pack_start ($widget2, 1, 1, 1);
it's a lot easier to tell with
$box->pack_start ($widget, FALSE, FALSE, 0);
$box->pack_start ($widget, TRUE, TRUE, 1);
How about:
$box->pack_start ($widget, "TRUE", "TRUE", 1);
Doesn't help with the FALSE case, but it's a 50% improvement :)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]