~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/macos.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
   elaborate functionality was available), but it provides a convenient location to
59
59
   attach a breakpoint in a low-level debugger like :program:`gdb`.
60
60
 
 
61
   .. note::
 
62
 
 
63
      Not available in 64-bit mode.
 
64
 
61
65
 
62
66
.. function:: SysBeep()
63
67
 
64
68
   Ring the bell.
65
69
 
 
70
   .. note::
 
71
 
 
72
      Not available in 64-bit mode.
 
73
 
66
74
 
67
75
.. function:: GetTicks()
68
76
 
74
82
   Return the file creator and file type as two four-character strings. The *file*
75
83
   parameter can be a pathname or an ``FSSpec`` or  ``FSRef`` object.
76
84
 
 
85
   .. note::
 
86
      
 
87
      It is not possible to use an ``FSSpec`` in 64-bit mode.
 
88
 
77
89
 
78
90
.. function:: SetCreatorAndType(file, creator, type)
79
91
 
81
93
   ``FSSpec`` or  ``FSRef`` object. *creator* and *type* must be four character
82
94
   strings.
83
95
 
 
96
   .. note::
 
97
      
 
98
      It is not possible to use an ``FSSpec`` in 64-bit mode.
84
99
 
85
100
.. function:: openrf(name [, mode])
86
101
 
98
113
   from an application bundle either when it has been started with
99
114
   :program:`pythonw` instead of :program:`python` or when running  as an applet.
100
115
 
 
116
.. function:: splash([resourceid])
 
117
 
 
118
   Opens a splash screen by resource id. Use resourceid ``0`` to close
 
119
   the splash screen.
 
120
 
 
121
   .. note::
 
122
 
 
123
      Not available in 64-bit mode.
 
124