home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / lib-scriptpackages / Finder / Window_classes.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  8.8 KB  |  261 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Window classes: Classes representing windows
  5. Level 1, version 1
  6.  
  7. Generated from /System/Library/CoreServices/Finder.app
  8. AETE/AEUT resource version 0/144, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'fndr'
  13.  
  14. class Window_classes_Events:
  15.     pass
  16.  
  17.  
  18. class Finder_window(aetools.ComponentItem):
  19.     '''Finder window - A file viewer window '''
  20.     want = 'brow'
  21.  
  22.  
  23. class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  24.     '''<Inheritance> - inherits some of its properties from the window class '''
  25.     which = 'c@#^'
  26.     want = 'cwin'
  27.  
  28.  
  29. class _Prop_current_view(aetools.NProperty):
  30.     '''current view - the current view for the container window '''
  31.     which = 'pvew'
  32.     want = 'ecvw'
  33.  
  34.  
  35. class _Prop_icon_view_options(aetools.NProperty):
  36.     '''icon view options - the icon view options for the container window '''
  37.     which = 'icop'
  38.     want = 'icop'
  39.  
  40.  
  41. class _Prop_list_view_options(aetools.NProperty):
  42.     '''list view options - the list view options for the container window '''
  43.     which = 'lvop'
  44.     want = 'lvop'
  45.  
  46.  
  47. class _Prop_target(aetools.NProperty):
  48.     '''target - the container at which this file viewer is targeted '''
  49.     which = 'fvtg'
  50.     want = 'obj '
  51.  
  52. Finder_windows = Finder_window
  53.  
  54. class window(aetools.ComponentItem):
  55.     '''window - A window '''
  56.     want = 'cwin'
  57.  
  58.  
  59. class _Prop_bounds(aetools.NProperty):
  60.     '''bounds - the boundary rectangle for the window '''
  61.     which = 'pbnd'
  62.     want = 'qdrt'
  63.  
  64.  
  65. class _Prop_closeable(aetools.NProperty):
  66.     '''closeable - Does the window have a close box? '''
  67.     which = 'hclb'
  68.     want = 'bool'
  69.  
  70.  
  71. class _Prop_collapsed(aetools.NProperty):
  72.     '''collapsed - Is the window collapsed '''
  73.     which = 'wshd'
  74.     want = 'bool'
  75.  
  76.  
  77. class _Prop_floating(aetools.NProperty):
  78.     '''floating - Does the window have a title bar? '''
  79.     which = 'isfl'
  80.     want = 'bool'
  81.  
  82.  
  83. class _Prop_id(aetools.NProperty):
  84.     '''id - the unique id for this window '''
  85.     which = 'ID  '
  86.     want = 'magn'
  87.  
  88.  
  89. class _Prop_index(aetools.NProperty):
  90.     '''index - the number of the window in the front-to-back layer ordering '''
  91.     which = 'pidx'
  92.     want = 'long'
  93.  
  94.  
  95. class _Prop_modal(aetools.NProperty):
  96.     '''modal - Is the window modal? '''
  97.     which = 'pmod'
  98.     want = 'bool'
  99.  
  100.  
  101. class _Prop_name(aetools.NProperty):
  102.     '''name - the name of the window '''
  103.     which = 'pnam'
  104.     want = 'utxt'
  105.  
  106.  
  107. class _Prop_position(aetools.NProperty):
  108.     '''position - the upper left position of the window '''
  109.     which = 'posn'
  110.     want = 'QDpt'
  111.  
  112.  
  113. class _Prop_properties(aetools.NProperty):
  114.     '''properties - every property of a window '''
  115.     which = 'pALL'
  116.     want = 'reco'
  117.  
  118.  
  119. class _Prop_resizable(aetools.NProperty):
  120.     '''resizable - Is the window resizable? '''
  121.     which = 'prsz'
  122.     want = 'bool'
  123.  
  124.  
  125. class _Prop_titled(aetools.NProperty):
  126.     '''titled - Does the window have a title bar? '''
  127.     which = 'ptit'
  128.     want = 'bool'
  129.  
  130.  
  131. class _Prop_visible(aetools.NProperty):
  132.     '''visible - Is the window visible (always true for open Finder windows)? '''
  133.     which = 'pvis'
  134.     want = 'bool'
  135.  
  136.  
  137. class _Prop_zoomable(aetools.NProperty):
  138.     '''zoomable - Is the window zoomable? '''
  139.     which = 'iszm'
  140.     want = 'bool'
  141.  
  142.  
  143. class _Prop_zoomed(aetools.NProperty):
  144.     '''zoomed - Is the window zoomed? '''
  145.     which = 'pzum'
  146.     want = 'bool'
  147.  
  148.  
  149. class _Prop_zoomed_full_size(aetools.NProperty):
  150.     '''zoomed full size - Is the window zoomed to the full size of the screen? (can only be set, not read) '''
  151.     which = 'zumf'
  152.     want = 'bool'
  153.  
  154. windows = window
  155.  
  156. class information_window(aetools.ComponentItem):
  157.     '''information window - An inspector window (opened by \xd2Show Info\xd3) '''
  158.     want = 'iwnd'
  159.  
  160.  
  161. class _Prop_current_panel(aetools.NProperty):
  162.     '''current panel - the current panel in the information window '''
  163.     which = 'panl'
  164.     want = 'ipnl'
  165.  
  166.  
  167. class _Prop_item(aetools.NProperty):
  168.     '''item - the item from which this window was opened '''
  169.     which = 'cobj'
  170.     want = 'obj '
  171.  
  172.  
  173. class clipping_window(aetools.ComponentItem):
  174.     '''clipping window - The window containing a clipping '''
  175.     want = 'lwnd'
  176.  
  177. clipping_windows = clipping_window
  178.  
  179. class preferences_window(aetools.ComponentItem):
  180.     '''preferences window - (NOT AVAILABLE YET) The Finder Preferences window '''
  181.     want = 'pwnd'
  182.  
  183. Finder_window._superclassnames = [
  184.     'window']
  185. Finder_window._privpropdict = {
  186.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  187.     'current_view': _Prop_current_view,
  188.     'icon_view_options': _Prop_icon_view_options,
  189.     'list_view_options': _Prop_list_view_options,
  190.     'target': _Prop_target }
  191. Finder_window._privelemdict = { }
  192. window._superclassnames = []
  193. window._privpropdict = {
  194.     'bounds': _Prop_bounds,
  195.     'closeable': _Prop_closeable,
  196.     'collapsed': _Prop_collapsed,
  197.     'floating': _Prop_floating,
  198.     'id': _Prop_id,
  199.     'index': _Prop_index,
  200.     'modal': _Prop_modal,
  201.     'name': _Prop_name,
  202.     'position': _Prop_position,
  203.     'properties': _Prop_properties,
  204.     'resizable': _Prop_resizable,
  205.     'titled': _Prop_titled,
  206.     'visible': _Prop_visible,
  207.     'zoomable': _Prop_zoomable,
  208.     'zoomed': _Prop_zoomed,
  209.     'zoomed_full_size': _Prop_zoomed_full_size }
  210. window._privelemdict = { }
  211. information_window._superclassnames = [
  212.     'window']
  213. information_window._privpropdict = {
  214.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  215.     'current_panel': _Prop_current_panel,
  216.     'item': _Prop_item }
  217. information_window._privelemdict = { }
  218. clipping_window._superclassnames = [
  219.     'window']
  220. clipping_window._privpropdict = {
  221.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_ }
  222. clipping_window._privelemdict = { }
  223. preferences_window._superclassnames = [
  224.     'window']
  225. preferences_window._privpropdict = {
  226.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  227.     'current_panel': _Prop_current_panel }
  228. preferences_window._privelemdict = { }
  229. _classdeclarations = {
  230.     'brow': Finder_window,
  231.     'cwin': window,
  232.     'iwnd': information_window,
  233.     'lwnd': clipping_window,
  234.     'pwnd': preferences_window }
  235. _propdeclarations = {
  236.     'ID  ': _Prop_id,
  237.     'c@#^': _Prop__3c_Inheritance_3e_,
  238.     'cobj': _Prop_item,
  239.     'fvtg': _Prop_target,
  240.     'hclb': _Prop_closeable,
  241.     'icop': _Prop_icon_view_options,
  242.     'isfl': _Prop_floating,
  243.     'iszm': _Prop_zoomable,
  244.     'lvop': _Prop_list_view_options,
  245.     'pALL': _Prop_properties,
  246.     'panl': _Prop_current_panel,
  247.     'pbnd': _Prop_bounds,
  248.     'pidx': _Prop_index,
  249.     'pmod': _Prop_modal,
  250.     'pnam': _Prop_name,
  251.     'posn': _Prop_position,
  252.     'prsz': _Prop_resizable,
  253.     'ptit': _Prop_titled,
  254.     'pvew': _Prop_current_view,
  255.     'pvis': _Prop_visible,
  256.     'pzum': _Prop_zoomed,
  257.     'wshd': _Prop_collapsed,
  258.     'zumf': _Prop_zoomed_full_size }
  259. _compdeclarations = { }
  260. _enumdeclarations = { }
  261.