osx man page for mac::aete::dialect

Query: mac::aete::dialect

OS: osx

Section: 3

Links: osx man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Mac::AETE::Dialect(3)					User Contributed Perl Documentation				     Mac::AETE::Dialect(3)

NAME
Mac::AETE::Dialect - reads the Macintosh Apple event dictionary from an Applescript dialect file.
SYNOPSIS
use Mac::AETE::App; use Mac::AETE::Dialect; use Mac::AETE::Format::Dictionary; $aeut = Dialect->new(); $aeut->read(); $app = App->new("My Application"); $formatter = Dictionary->new; $app->set_format($formatter); $app->read; $app->merge($aeut); $app->write;
DESCRIPTION
The data in Dialect objects can be merged into a Parser or App object to make a complete Apple event dictionary. The module will locate the proper AppleScript dialect file in the system folder. See Mac::AETE::Parser and Mac::AETE::App for more details. Methods new Example: use Mac::AETE::Dialect; $app = Dialect->new; read (Inherited from Mac::AETE::Parser.) Reads the data contained in the AETE resource or handle. Example: $app->read;
INHERITANCE
Inherits from Mac::AETE::Parser.
AUTHOR
David Schooley <dcschooley@mediaone.net> perl v5.10.0 2003-03-31 Mac::AETE::Dialect(3)
Related Man Pages
sw_vers(1) - osx
perlmacos(1) - redhat
perlmacos(1) - x11r4
mac::apps::launch5.18(3) - mojave
plack::app::cascade(3pm) - debian
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
Undeletable file
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location