Regenerated again, now clases are sorted by code, and with synonyms after

the primary name.
This commit is contained in:
Jack Jansen 2003-03-30 22:41:53 +00:00
parent 2dc16f2a1e
commit 068a1e208f
29 changed files with 8887 additions and 2191 deletions

View file

@ -33,11 +33,11 @@ class translation(aetools.NProperty):
drawing_areas = drawing_area
class graphic_group(aetools.ComponentItem):
"""graphic group - Group of graphics """
class graphic_groups(aetools.ComponentItem):
"""graphic groups - """
want = 'cpic'
graphic_groups = graphic_group
graphic_group = graphic_groups
drawing_area._superclassnames = []
drawing_area._privpropdict = {
'rotation' : rotation,
@ -46,10 +46,10 @@ drawing_area._privpropdict = {
}
drawing_area._privelemdict = {
}
graphic_group._superclassnames = []
graphic_group._privpropdict = {
graphic_groups._superclassnames = []
graphic_groups._privpropdict = {
}
graphic_group._privelemdict = {
graphic_groups._privelemdict = {
}
#
@ -57,7 +57,7 @@ graphic_group._privelemdict = {
#
_classdeclarations = {
'cdrw' : drawing_area,
'cpic' : graphic_group,
'cpic' : graphic_groups,
}
_propdeclarations = {