AAC::Pvoice - Create GUI software for disabled people


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

Index


NAME

Top

AAC::Pvoice - Create GUI software for disabled people

SYNOPSIS

Top

  use AAC::Pvoice
  # this includes all AAC::Pvoice modules




DESCRIPTION

Top

AAC::Pvoice is a set of modules to create software for people who can't use a normal mouse and/or keyboard. To see an application that uses this set of modules, take a look at pVoice (http://www.pvoice.org, or the sources on http://opensource.pvoice.org).

AAC::Pvoice is in fact a wrapper around many wxPerl classes, to make it easier to create applications like pVoice.

USAGE

Top

AAC::Pvoice::MessageBox(message, caption, style, parent, x, y)

This function is similar to Wx::MessageBox. It uses the same parameters as Wx::MessageBox does. Currently the style parameter doesn't support the icons that can be set on Wx::MessageBox.

See the individual module's documentation

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::Panel, AAC::Pvoice::Bitmap, AAC::Pvoice::Row AAC::Pvoice::EditableRow, AAC::Pvoice::Input


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