mirror of
https://github.com/python/cpython.git
synced 2025-08-16 14:50:43 +00:00
Regenerated with property names with _Prop_ prepended.
This commit is contained in:
parent
bc956056d4
commit
842273bcd7
53 changed files with 1697 additions and 2860 deletions
|
@ -227,7 +227,7 @@ class Processes_Suite_Events:
|
|||
class browser(aetools.ComponentItem):
|
||||
"""browser - A browser belonging to a window """
|
||||
want = 'broW'
|
||||
class _3c_Inheritance_3e_(aetools.NProperty):
|
||||
class _Prop__3c_Inheritance_3e_(aetools.NProperty):
|
||||
"""<Inheritance> - All of the properties of the superclass. """
|
||||
which = 'c@#^'
|
||||
want = 'uiel'
|
||||
|
@ -1206,7 +1206,7 @@ outlines = outline
|
|||
class application_process(aetools.ComponentItem):
|
||||
"""application process - A process launched from an application file """
|
||||
want = 'pcap'
|
||||
class application_file(aetools.NProperty):
|
||||
class _Prop_application_file(aetools.NProperty):
|
||||
"""application file - a reference to the application file from which this process was launched """
|
||||
which = 'appf'
|
||||
want = '****'
|
||||
|
@ -1259,7 +1259,7 @@ application_processes = application_process
|
|||
class desk_accessory_process(aetools.ComponentItem):
|
||||
"""desk accessory process - A process launched from an desk accessory file """
|
||||
want = 'pcda'
|
||||
class desk_accessory_file(aetools.NProperty):
|
||||
class _Prop_desk_accessory_file(aetools.NProperty):
|
||||
"""desk accessory file - a reference to the desk accessory file from which this process was launched """
|
||||
which = 'dafi'
|
||||
want = '****'
|
||||
|
@ -1359,59 +1359,59 @@ pop_up_buttons = pop_up_button
|
|||
class process(aetools.ComponentItem):
|
||||
"""process - A process running on this computer """
|
||||
want = 'prcs'
|
||||
class Classic(aetools.NProperty):
|
||||
class _Prop_Classic(aetools.NProperty):
|
||||
"""Classic - Is the process running in the Classic environment? """
|
||||
which = 'clsc'
|
||||
want = 'bool'
|
||||
class accepts_high_level_events(aetools.NProperty):
|
||||
class _Prop_accepts_high_level_events(aetools.NProperty):
|
||||
"""accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
|
||||
which = 'isab'
|
||||
want = 'bool'
|
||||
class accepts_remote_events(aetools.NProperty):
|
||||
class _Prop_accepts_remote_events(aetools.NProperty):
|
||||
"""accepts remote events - Does the process accept remote events? """
|
||||
which = 'revt'
|
||||
want = 'bool'
|
||||
class creator_type(aetools.NProperty):
|
||||
class _Prop_creator_type(aetools.NProperty):
|
||||
"""creator type - the OSType of the creator of the process (the signature) """
|
||||
which = 'fcrt'
|
||||
want = 'utxt'
|
||||
class displayed_name(aetools.NProperty):
|
||||
class _Prop_displayed_name(aetools.NProperty):
|
||||
"""displayed name - the name of the file from which the process was launched, as displayed in the User Interface """
|
||||
which = 'dnam'
|
||||
want = 'utxt'
|
||||
class file(aetools.NProperty):
|
||||
class _Prop_file(aetools.NProperty):
|
||||
"""file - the file from which the process was launched """
|
||||
which = 'file'
|
||||
want = '****'
|
||||
class file_type(aetools.NProperty):
|
||||
class _Prop_file_type(aetools.NProperty):
|
||||
"""file type - the OSType of the file type of the process """
|
||||
which = 'asty'
|
||||
want = 'utxt'
|
||||
class frontmost(aetools.NProperty):
|
||||
class _Prop_frontmost(aetools.NProperty):
|
||||
"""frontmost - Is the process the frontmost process """
|
||||
which = 'pisf'
|
||||
want = 'bool'
|
||||
class has_scripting_terminology(aetools.NProperty):
|
||||
class _Prop_has_scripting_terminology(aetools.NProperty):
|
||||
"""has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """
|
||||
which = 'hscr'
|
||||
want = 'bool'
|
||||
class name(aetools.NProperty):
|
||||
class _Prop_name(aetools.NProperty):
|
||||
"""name - the name of the process """
|
||||
which = 'pnam'
|
||||
want = 'utxt'
|
||||
class partition_space_used(aetools.NProperty):
|
||||
class _Prop_partition_space_used(aetools.NProperty):
|
||||
"""partition space used - the number of bytes currently used in the process' partition """
|
||||
which = 'pusd'
|
||||
want = 'magn'
|
||||
class properties(aetools.NProperty):
|
||||
class _Prop_properties(aetools.NProperty):
|
||||
"""properties - every property of the process """
|
||||
which = 'pALL'
|
||||
want = '****'
|
||||
class total_partition_size(aetools.NProperty):
|
||||
class _Prop_total_partition_size(aetools.NProperty):
|
||||
"""total partition size - the size of the partition with which the process was launched """
|
||||
which = 'appt'
|
||||
want = 'magn'
|
||||
class visible(aetools.NProperty):
|
||||
class _Prop_visible(aetools.NProperty):
|
||||
"""visible - Is the process' layer visible? """
|
||||
which = 'pvis'
|
||||
want = 'bool'
|
||||
|
@ -2314,63 +2314,63 @@ text_fields = text_field
|
|||
class UI_element(aetools.ComponentItem):
|
||||
"""UI element - A piece of the user interface of a process """
|
||||
want = 'uiel'
|
||||
class class_(aetools.NProperty):
|
||||
class _Prop_class_(aetools.NProperty):
|
||||
"""class - the class of the UI Element, which identifies it function """
|
||||
which = 'pcls'
|
||||
want = 'type'
|
||||
class description(aetools.NProperty):
|
||||
class _Prop_description(aetools.NProperty):
|
||||
"""description - a more complete description of the UI element and its capabilities """
|
||||
which = 'desc'
|
||||
want = 'utxt'
|
||||
class enabled(aetools.NProperty):
|
||||
class _Prop_enabled(aetools.NProperty):
|
||||
"""enabled - Is the UI element enabled? ( Does it accept clicks? ) """
|
||||
which = 'enab'
|
||||
want = 'bool'
|
||||
class focused(aetools.NProperty):
|
||||
class _Prop_focused(aetools.NProperty):
|
||||
"""focused - Is the focus on this UI element? """
|
||||
which = 'focu'
|
||||
want = 'bool'
|
||||
class help(aetools.NProperty):
|
||||
class _Prop_help(aetools.NProperty):
|
||||
"""help - an encoded description of the UI element and its capabilities """
|
||||
which = 'help'
|
||||
want = 'utxt'
|
||||
class maximum(aetools.NProperty):
|
||||
class _Prop_maximum(aetools.NProperty):
|
||||
"""maximum - the maximum vale that the UI element can take on """
|
||||
which = 'maxi'
|
||||
want = 'long'
|
||||
class minimum(aetools.NProperty):
|
||||
class _Prop_minimum(aetools.NProperty):
|
||||
"""minimum - the minimum vale that the UI element can take on """
|
||||
which = 'mini'
|
||||
want = 'long'
|
||||
class orientation(aetools.NProperty):
|
||||
class _Prop_orientation(aetools.NProperty):
|
||||
"""orientation - the orientation of the UI element """
|
||||
which = 'orie'
|
||||
want = 'utxt'
|
||||
class position(aetools.NProperty):
|
||||
class _Prop_position(aetools.NProperty):
|
||||
"""position - the position of the UI element """
|
||||
which = 'posn'
|
||||
want = 'QDpt'
|
||||
class role(aetools.NProperty):
|
||||
class _Prop_role(aetools.NProperty):
|
||||
"""role - an encoded description of the UI element and its capabilities """
|
||||
which = 'role'
|
||||
want = 'utxt'
|
||||
class selected(aetools.NProperty):
|
||||
class _Prop_selected(aetools.NProperty):
|
||||
"""selected - Is the UI element selected? """
|
||||
which = 'selE'
|
||||
want = '****'
|
||||
class size(aetools.NProperty):
|
||||
class _Prop_size(aetools.NProperty):
|
||||
"""size - the size of the UI element """
|
||||
which = 'ptsz'
|
||||
want = 'QDpt'
|
||||
class subrole(aetools.NProperty):
|
||||
class _Prop_subrole(aetools.NProperty):
|
||||
"""subrole - an encoded description of the UI element and its capabilities """
|
||||
which = 'sbrl'
|
||||
want = 'utxt'
|
||||
class title(aetools.NProperty):
|
||||
class _Prop_title(aetools.NProperty):
|
||||
"""title - the title of the UI element as it appears on the screen """
|
||||
which = 'titl'
|
||||
want = 'utxt'
|
||||
class value(aetools.NProperty):
|
||||
class _Prop_value(aetools.NProperty):
|
||||
"""value - the current value of the UI element """
|
||||
which = 'valu'
|
||||
want = 'long'
|
||||
|
@ -2466,7 +2466,7 @@ class value_indicator(aetools.ComponentItem):
|
|||
value_indicators = value_indicator
|
||||
browser._superclassnames = ['UI_element']
|
||||
browser._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
browser._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2513,7 +2513,7 @@ browser._privelemdict = {
|
|||
}
|
||||
busy_indicator._superclassnames = ['UI_element']
|
||||
busy_indicator._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
busy_indicator._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2560,7 +2560,7 @@ busy_indicator._privelemdict = {
|
|||
}
|
||||
button._superclassnames = ['UI_element']
|
||||
button._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
button._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2607,7 +2607,7 @@ button._privelemdict = {
|
|||
}
|
||||
application._superclassnames = ['UI_element']
|
||||
application._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
application._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2654,7 +2654,7 @@ application._privelemdict = {
|
|||
}
|
||||
column._superclassnames = ['UI_element']
|
||||
column._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
column._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2701,7 +2701,7 @@ column._privelemdict = {
|
|||
}
|
||||
check_box._superclassnames = ['UI_element']
|
||||
check_box._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
check_box._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2748,7 +2748,7 @@ check_box._privelemdict = {
|
|||
}
|
||||
color_well._superclassnames = ['UI_element']
|
||||
color_well._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
color_well._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2795,7 +2795,7 @@ color_well._privelemdict = {
|
|||
}
|
||||
combo_box._superclassnames = ['UI_element']
|
||||
combo_box._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
combo_box._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2842,7 +2842,7 @@ combo_box._privelemdict = {
|
|||
}
|
||||
row._superclassnames = ['UI_element']
|
||||
row._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
row._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2889,7 +2889,7 @@ row._privelemdict = {
|
|||
}
|
||||
window._superclassnames = ['UI_element']
|
||||
window._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
window._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -2968,7 +2968,7 @@ window._privelemdict = {
|
|||
}
|
||||
drawer._superclassnames = ['UI_element']
|
||||
drawer._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
drawer._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3015,7 +3015,7 @@ drawer._privelemdict = {
|
|||
}
|
||||
grow_area._superclassnames = ['UI_element']
|
||||
grow_area._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
grow_area._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3062,7 +3062,7 @@ grow_area._privelemdict = {
|
|||
}
|
||||
image._superclassnames = ['UI_element']
|
||||
image._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
image._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3109,7 +3109,7 @@ image._privelemdict = {
|
|||
}
|
||||
incrementor._superclassnames = ['UI_element']
|
||||
incrementor._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
incrementor._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3156,7 +3156,7 @@ incrementor._privelemdict = {
|
|||
}
|
||||
list._superclassnames = ['UI_element']
|
||||
list._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
list._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3203,7 +3203,7 @@ list._privelemdict = {
|
|||
}
|
||||
menu_bar._superclassnames = ['UI_element']
|
||||
menu_bar._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
menu_bar._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3251,7 +3251,7 @@ menu_bar._privelemdict = {
|
|||
}
|
||||
menu_button._superclassnames = ['UI_element']
|
||||
menu_button._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
menu_button._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3298,7 +3298,7 @@ menu_button._privelemdict = {
|
|||
}
|
||||
menu._superclassnames = ['UI_element']
|
||||
menu._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
menu._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3346,7 +3346,7 @@ menu._privelemdict = {
|
|||
}
|
||||
menu_item._superclassnames = ['UI_element']
|
||||
menu_item._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
menu_item._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3394,7 +3394,7 @@ menu_item._privelemdict = {
|
|||
}
|
||||
outline._superclassnames = ['UI_element']
|
||||
outline._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
outline._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3441,8 +3441,8 @@ outline._privelemdict = {
|
|||
}
|
||||
application_process._superclassnames = ['process']
|
||||
application_process._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'application_file' : application_file,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
'application_file' : _Prop_application_file,
|
||||
}
|
||||
application_process._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3491,8 +3491,8 @@ application_process._privelemdict = {
|
|||
}
|
||||
desk_accessory_process._superclassnames = ['process']
|
||||
desk_accessory_process._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'desk_accessory_file' : desk_accessory_file,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
'desk_accessory_file' : _Prop_desk_accessory_file,
|
||||
}
|
||||
desk_accessory_process._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3541,7 +3541,7 @@ desk_accessory_process._privelemdict = {
|
|||
}
|
||||
pop_up_button._superclassnames = ['UI_element']
|
||||
pop_up_button._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
pop_up_button._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3588,21 +3588,21 @@ pop_up_button._privelemdict = {
|
|||
}
|
||||
process._superclassnames = ['UI_element']
|
||||
process._privpropdict = {
|
||||
'Classic' : Classic,
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'accepts_high_level_events' : accepts_high_level_events,
|
||||
'accepts_remote_events' : accepts_remote_events,
|
||||
'creator_type' : creator_type,
|
||||
'displayed_name' : displayed_name,
|
||||
'file' : file,
|
||||
'file_type' : file_type,
|
||||
'frontmost' : frontmost,
|
||||
'has_scripting_terminology' : has_scripting_terminology,
|
||||
'name' : name,
|
||||
'partition_space_used' : partition_space_used,
|
||||
'properties' : properties,
|
||||
'total_partition_size' : total_partition_size,
|
||||
'visible' : visible,
|
||||
'Classic' : _Prop_Classic,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
'accepts_high_level_events' : _Prop_accepts_high_level_events,
|
||||
'accepts_remote_events' : _Prop_accepts_remote_events,
|
||||
'creator_type' : _Prop_creator_type,
|
||||
'displayed_name' : _Prop_displayed_name,
|
||||
'file' : _Prop_file,
|
||||
'file_type' : _Prop_file_type,
|
||||
'frontmost' : _Prop_frontmost,
|
||||
'has_scripting_terminology' : _Prop_has_scripting_terminology,
|
||||
'name' : _Prop_name,
|
||||
'partition_space_used' : _Prop_partition_space_used,
|
||||
'properties' : _Prop_properties,
|
||||
'total_partition_size' : _Prop_total_partition_size,
|
||||
'visible' : _Prop_visible,
|
||||
}
|
||||
process._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3651,7 +3651,7 @@ process._privelemdict = {
|
|||
}
|
||||
progress_indicator._superclassnames = ['UI_element']
|
||||
progress_indicator._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
progress_indicator._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3698,7 +3698,7 @@ progress_indicator._privelemdict = {
|
|||
}
|
||||
radio_button._superclassnames = ['UI_element']
|
||||
radio_button._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
radio_button._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3745,7 +3745,7 @@ radio_button._privelemdict = {
|
|||
}
|
||||
relevance_indicator._superclassnames = ['UI_element']
|
||||
relevance_indicator._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
relevance_indicator._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3792,7 +3792,7 @@ relevance_indicator._privelemdict = {
|
|||
}
|
||||
radio_group._superclassnames = ['UI_element']
|
||||
radio_group._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
radio_group._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3840,7 +3840,7 @@ radio_group._privelemdict = {
|
|||
}
|
||||
scroll_area._superclassnames = ['UI_element']
|
||||
scroll_area._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
scroll_area._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3887,7 +3887,7 @@ scroll_area._privelemdict = {
|
|||
}
|
||||
scroll_bar._superclassnames = ['UI_element']
|
||||
scroll_bar._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
scroll_bar._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3936,7 +3936,7 @@ scroll_bar._privelemdict = {
|
|||
}
|
||||
group._superclassnames = ['UI_element']
|
||||
group._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
group._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -3985,7 +3985,7 @@ group._privelemdict = {
|
|||
}
|
||||
sheet._superclassnames = ['UI_element']
|
||||
sheet._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
sheet._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4032,7 +4032,7 @@ sheet._privelemdict = {
|
|||
}
|
||||
slider._superclassnames = ['UI_element']
|
||||
slider._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
slider._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4079,7 +4079,7 @@ slider._privelemdict = {
|
|||
}
|
||||
splitter_group._superclassnames = ['UI_element']
|
||||
splitter_group._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
splitter_group._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4126,7 +4126,7 @@ splitter_group._privelemdict = {
|
|||
}
|
||||
splitter._superclassnames = ['UI_element']
|
||||
splitter._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
splitter._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4173,7 +4173,7 @@ splitter._privelemdict = {
|
|||
}
|
||||
static_text._superclassnames = ['UI_element']
|
||||
static_text._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
static_text._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4221,7 +4221,7 @@ static_text._privelemdict = {
|
|||
}
|
||||
system_wide_UI_element._superclassnames = ['UI_element']
|
||||
system_wide_UI_element._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
system_wide_UI_element._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4268,7 +4268,7 @@ system_wide_UI_element._privelemdict = {
|
|||
}
|
||||
tab_group._superclassnames = ['UI_element']
|
||||
tab_group._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
tab_group._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4315,7 +4315,7 @@ tab_group._privelemdict = {
|
|||
}
|
||||
table._superclassnames = ['UI_element']
|
||||
table._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
table._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4362,7 +4362,7 @@ table._privelemdict = {
|
|||
}
|
||||
tool_bar._superclassnames = ['UI_element']
|
||||
tool_bar._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
tool_bar._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4409,7 +4409,7 @@ tool_bar._privelemdict = {
|
|||
}
|
||||
text_area._superclassnames = ['UI_element']
|
||||
text_area._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
text_area._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4456,7 +4456,7 @@ text_area._privelemdict = {
|
|||
}
|
||||
text_field._superclassnames = ['UI_element']
|
||||
text_field._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
text_field._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4504,23 +4504,23 @@ text_field._privelemdict = {
|
|||
import Standard_Suite
|
||||
UI_element._superclassnames = ['item']
|
||||
UI_element._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'class_' : class_,
|
||||
'description' : description,
|
||||
'enabled' : enabled,
|
||||
'focused' : focused,
|
||||
'help' : help,
|
||||
'maximum' : maximum,
|
||||
'minimum' : minimum,
|
||||
'name' : name,
|
||||
'orientation' : orientation,
|
||||
'position' : position,
|
||||
'role' : role,
|
||||
'selected' : selected,
|
||||
'size' : size,
|
||||
'subrole' : subrole,
|
||||
'title' : title,
|
||||
'value' : value,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
'class_' : _Prop_class_,
|
||||
'description' : _Prop_description,
|
||||
'enabled' : _Prop_enabled,
|
||||
'focused' : _Prop_focused,
|
||||
'help' : _Prop_help,
|
||||
'maximum' : _Prop_maximum,
|
||||
'minimum' : _Prop_minimum,
|
||||
'name' : _Prop_name,
|
||||
'orientation' : _Prop_orientation,
|
||||
'position' : _Prop_position,
|
||||
'role' : _Prop_role,
|
||||
'selected' : _Prop_selected,
|
||||
'size' : _Prop_size,
|
||||
'subrole' : _Prop_subrole,
|
||||
'title' : _Prop_title,
|
||||
'value' : _Prop_value,
|
||||
}
|
||||
UI_element._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4567,7 +4567,7 @@ UI_element._privelemdict = {
|
|||
}
|
||||
value_indicator._superclassnames = ['UI_element']
|
||||
value_indicator._privpropdict = {
|
||||
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
|
||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||
}
|
||||
value_indicator._privelemdict = {
|
||||
'UI_element' : UI_element,
|
||||
|
@ -4676,46 +4676,3 @@ _classdeclarations = {
|
|||
'uiel' : UI_element,
|
||||
'vali' : value_indicator,
|
||||
}
|
||||
|
||||
_propdeclarations = {
|
||||
'appf' : application_file,
|
||||
'appt' : total_partition_size,
|
||||
'asty' : file_type,
|
||||
'c@#^' : _3c_Inheritance_3e_,
|
||||
'clsc' : Classic,
|
||||
'dafi' : desk_accessory_file,
|
||||
'desc' : description,
|
||||
'dnam' : displayed_name,
|
||||
'enab' : enabled,
|
||||
'fcrt' : creator_type,
|
||||
'file' : file,
|
||||
'focu' : focused,
|
||||
'help' : help,
|
||||
'hscr' : has_scripting_terminology,
|
||||
'isab' : accepts_high_level_events,
|
||||
'maxi' : maximum,
|
||||
'mini' : minimum,
|
||||
'orie' : orientation,
|
||||
'pALL' : properties,
|
||||
'pcls' : class_,
|
||||
'pisf' : frontmost,
|
||||
'pnam' : name,
|
||||
'posn' : position,
|
||||
'ptsz' : size,
|
||||
'pusd' : partition_space_used,
|
||||
'pvis' : visible,
|
||||
'revt' : accepts_remote_events,
|
||||
'role' : role,
|
||||
'sbrl' : subrole,
|
||||
'selE' : selected,
|
||||
'titl' : title,
|
||||
'valu' : value,
|
||||
}
|
||||
|
||||
_compdeclarations = {
|
||||
}
|
||||
|
||||
_enumdeclarations = {
|
||||
'eMds' : _Enum_eMds,
|
||||
'eMky' : _Enum_eMky,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue