| AAC-Pvoice documentation | view source | Contained in the AAC-Pvoice distribution. |
AAC::Pvoice::Dialog - A class similar to Wx::Dialog, with added accessibility
use AAC::Pvoice::Dialog;
This subclass of Wx::Dialog knows all of Wx::Dialog's methods. Therefore only two methods are described below. The constructor (which is also similar to the Wx::Dialog constructor) and the (added) Append method.
This is the constructor for a new AAC::Pvoice::Dialog. It is similar to calling the constructor of a Wx::Dialog.
This method is similar to AAC::Pvoice::Panel's Append method and allows you to append a 'row' (or any Wx::Window subclass) to the Dialog.
probably a lot, patches welcome!
Jouke Visser jouke@pvoice.org http://jouke.pvoice.org
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl(1), Wx
| AAC-Pvoice documentation | view source | Contained in the AAC-Pvoice distribution. |