Update x11-toolkits/open-motif to version 2.3.6
[dports.git] / x11-toolkits / p5-Tk-Role-Dialog / pkg-descr
1 Tk::Role::Dialog is meant to be used as a Moose role to be composed for easy Tk
2 dialogs creation.
3
4 It will create a new toplevel with a title, and possibly a header as well as
5 some buttons.
6
7 One can create the middle part of the dialog by providing a _build_gui() method,
8 that will receive a Tk::Frame where widgets are supposed to be placed.
9
10 The attributes (see below) can be either defined as defaults using the
11 _build_attr() methods, or passed arguments to the constructor call. The only
12 mandatory attribute is parent, but you'd better provide some other attributes if
13 you want your dialog to be somehow usable! :-)
14
15 WWW: http://search.cpan.org/dist/Tk-Role-Dialog/