Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / p5-Tk-Role-HasWidgets / pkg-descr
1 When programming Tk, it's almost always a good idea to keep a reference to the
2 widgets that you created in the interface. Most of the time, a simple hash is
3 enough; but it is usually wrapped up in methods to make the hash private to the
4 window object. And of course, those methods are duplicated in all modules, under
5 a form or another.
6
7 Since duplication is bad, this module implements a Moose role implementing those
8 methods once and forever. This implies that your class is using Moose in order
9 to consume the role.
10
11 WWW: http://search.cpan.org/dist/Tk-Role-HasWidgets/