AAC::Pvoice::Dialog - A class similar to Wx::Dialog, with added accessibility


AAC-Pvoice documentation  | view source Contained in the AAC-Pvoice distribution.

Index


NAME

Top

AAC::Pvoice::Dialog - A class similar to Wx::Dialog, with added accessibility

SYNOPSIS

Top

  use AAC::Pvoice::Dialog;

DESCRIPTION

Top

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.

USAGE

Top

new(parent, id, caption, [x,y], [w,h])

This is the constructor for a new AAC::Pvoice::Dialog. It is similar to calling the constructor of a Wx::Dialog.

Append

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.

BUGS

Top

probably a lot, patches welcome!

AUTHOR

Top

	Jouke Visser
	jouke@pvoice.org
	http://jouke.pvoice.org

COPYRIGHT

Top

SEE ALSO

Top

perl(1), Wx


AAC-Pvoice documentation  | view source Contained in the AAC-Pvoice distribution.