Re: ENUM syntax



On a side note - note that for "flags" you can :

$table2->attach($window, 0, 1, 0, 1, ['fill', 'expand'], 'shrink', 1, 1);

E.g. when a flags param has only one element, the scalar notation
is allowed.

Yuck!  Sorry, but eeughh. :-)

Do I *have* to document that? :-)

and code excerpts.. that's why I didn't allow the '-something'
notation when I coded the enums/flags stuff.

You hate '-' notation, I like consistant data-types being passed
to objects.

The difference is that you're the project maintainer so your stuff
gets implemented. :-)

Regarding the:

my $window = new Gtk::Window('toplevel) vs Gtk::Window->new('toplevel')
styleism... I'll modify the docs to reflect your preference.

Do you want the docs in .pod form or .pm form?

I'll assume .pod unless said otherwise.

How would you like the files delivered?  Here? via CVS?

Regards,


Red




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]