Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:Print

51 def Print(file):
52 """Print a file thru the finder. Specify file by name or fsspec"""
242 p.accepthighlevel = _processproperty(processname, 'revt') #Is the process high-level event aware (accepts open application, open document, print document, and quit)?
702 print 'Original findertools functionality test...'
703 print 'Testing launch...'
708 print 'Result: ', result
709 print 'Press return-',
711 print 'Testing print...'
712 pathname = EasyDialogs.AskFileForOpen('File to print:')
714 result = Print(pathname)
716 print 'Result: ', result
717 print 'Press return-',
719 print 'Testing copy...'
726 print 'Result:', result
727 print 'Press return-',
729 print 'Testing move...'
736 print 'Result:', result
737 print 'Press return-',
739 print 'Testing sleep...'
743 print 'Result:', result
744 print 'Press return-',
746 print 'Testing shutdown...'
750 print 'Result:', result
751 print 'Press return-',
753 print 'Testing restart...'
757 print 'Result:', result
758 print 'Press return-',
762 print '\nmorefindertools version %s\nTests coming up...' %__version__
767 print '\tfilesharing on?', filesharing() # is file sharing on, off, starting up?
768 print '\tOS version', OSversion() # the version of the system software
771 print '\tSystem beep volume'
788 print '\tlabel', label(f) # get the label of this file
791 print 'Random locations for an icon'
801 print 'Animated window location'
805 print '\twindow position', pos
808 print 'Put a comment in file', f, ':'
809 print '\t', comment(f) # print the Finder comment this file has
814 print 'MacOS9 or better specific functions'
817 print 'Return a list of current active processes:'
819 print '\t', p
822 print 'Attributes of the first process in the list:'
824 print '\t', pr[0][0]
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
826 print '\t\tmemory used', pinfo.used # the memory actuall used by this process
827 print '\t\tis visible', pinfo.visible # is the process visible to the user
828 print '\t\tis frontmost', pinfo.frontmost # is the process the front most one?
829 print '\t\thas scripting', pinfo.hasscripting # is the process scriptable?
830 print '\t\taccepts high level events', pinfo.accepthighlevel # does the process accept high level appleevents?