Regenerated with OSA class inheritance and fix for non-ascii chars.

This commit is contained in:
Jack Jansen 2002-08-07 15:53:42 +00:00
parent 7ff034b65b
commit 295105f3aa
42 changed files with 2217 additions and 818 deletions

View file

@ -1,7 +1,7 @@
"""Suite Standard Suite: Common terms for most applications
Level 1, version 1
Generated from Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
AETE/AEUT resource version 1/0, language 0, script 0
"""
@ -103,7 +103,7 @@ def get(self, _object, _attributes={}, **_arguments):
def make(self, _no_object=None, _attributes={}, **_arguments):
"""make: make a new element
Keyword argument new: the class of the new elementkeyword 'new' is optional in AppleScript
Keyword argument new: the class of the new element\xd1keyword 'new' is optional in AppleScript
Keyword argument as: the desired types for the data, in order of preference
Keyword argument at: the location at which to insert the element
Keyword argument with_data: the initial data for the element
@ -285,20 +285,23 @@ class zoomed(aetools.NProperty):
want = 'bool'
windows = window
application._propdict = {
application._superclassnames = []
application._privpropdict = {
'user_interaction' : user_interaction,
}
application._elemdict = {
application._privelemdict = {
'document' : document,
'window' : window,
}
character._propdict = {
character._superclassnames = []
character._privpropdict = {
'offset' : offset,
'length' : length,
}
character._elemdict = {
character._privelemdict = {
}
document._propdict = {
document._superclassnames = []
document._privpropdict = {
'name' : name,
'kind' : kind,
'index' : index,
@ -306,47 +309,53 @@ class zoomed(aetools.NProperty):
'file_permissions' : file_permissions,
'window' : window,
}
document._elemdict = {
document._privelemdict = {
}
file._propdict = {
file._superclassnames = []
file._privpropdict = {
}
file._elemdict = {
file._privelemdict = {
}
insertion_point._propdict = {
insertion_point._superclassnames = []
insertion_point._privpropdict = {
'length' : length,
'offset' : offset,
}
insertion_point._elemdict = {
insertion_point._privelemdict = {
}
line._propdict = {
line._superclassnames = []
line._privpropdict = {
'index' : index,
'offset' : offset,
'length' : length,
}
line._elemdict = {
line._privelemdict = {
'character' : character,
}
selection_2d_object._propdict = {
selection_2d_object._superclassnames = []
selection_2d_object._privpropdict = {
'contents' : contents,
'length' : length,
'offset' : offset,
}
selection_2d_object._elemdict = {
selection_2d_object._privelemdict = {
'character' : character,
'line' : line,
'text' : text,
}
text._propdict = {
text._superclassnames = []
text._privpropdict = {
'length' : length,
'offset' : offset,
}
text._elemdict = {
text._privelemdict = {
'character' : character,
'insertion_point' : insertion_point,
'line' : line,
'text' : text,
}
window._propdict = {
window._superclassnames = []
window._privpropdict = {
'name' : name,
'index' : index,
'bounds' : bounds,
@ -355,7 +364,7 @@ class zoomed(aetools.NProperty):
'visible' : visible,
'zoomed' : zoomed,
}
window._elemdict = {
window._privelemdict = {
}
#