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 / SystemEvents / Login_Items_Suite.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  2.6 KB  |  73 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Login Items Suite: Terms and Events for controlling the Login Items application
  5. Level 1, version 1
  6.  
  7. Generated from /System/Library/CoreServices/System Events.app
  8. AETE/AEUT resource version 1/0, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'logi'
  13.  
  14. class Login_Items_Suite_Events:
  15.     pass
  16.  
  17.  
  18. class login_item(aetools.ComponentItem):
  19.     '''login item - an item to be launched or opened at login '''
  20.     want = 'logi'
  21.  
  22.  
  23. class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  24.     '''<Inheritance> - All of the properties of the superclass. '''
  25.     which = 'c@#^'
  26.     want = 'cobj'
  27.  
  28.  
  29. class _Prop_hidden(aetools.NProperty):
  30.     '''hidden - Is the Login Item hidden when launched? '''
  31.     which = 'hidn'
  32.     want = 'bool'
  33.  
  34.  
  35. class _Prop_kind(aetools.NProperty):
  36.     '''kind - the file type of the Login Item '''
  37.     which = 'kind'
  38.     want = 'utxt'
  39.  
  40.  
  41. class _Prop_name(aetools.NProperty):
  42.     '''name - the name of the Login Item '''
  43.     which = 'pnam'
  44.     want = 'utxt'
  45.  
  46.  
  47. class _Prop_path(aetools.NProperty):
  48.     '''path - the file system path to the Login Item '''
  49.     which = 'ppth'
  50.     want = 'utxt'
  51.  
  52. login_items = login_item
  53. import Standard_Suite
  54. login_item._superclassnames = [
  55.     'item']
  56. login_item._privpropdict = {
  57.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  58.     'hidden': _Prop_hidden,
  59.     'kind': _Prop_kind,
  60.     'name': _Prop_name,
  61.     'path': _Prop_path }
  62. login_item._privelemdict = { }
  63. _classdeclarations = {
  64.     'logi': login_item }
  65. _propdeclarations = {
  66.     'c@#^': _Prop__3c_Inheritance_3e_,
  67.     'hidn': _Prop_hidden,
  68.     'kind': _Prop_kind,
  69.     'pnam': _Prop_name,
  70.     'ppth': _Prop_path }
  71. _compdeclarations = { }
  72. _enumdeclarations = { }
  73.