Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc0358 commit 0a54ae2Copy full SHA for 0a54ae2
1 file changed
Tools/bgen/README
@@ -19,11 +19,13 @@ Example subdirectories:
19
20
ae AppleEvents
21
ctl Controls
22
+cm Component manager
23
dlg Dialogs
24
evt Events
25
menu Menus
26
list Lists
27
qd QuickDraw
28
+qt QuickTime
29
res Resources
30
snd Sound
31
win Windows
@@ -70,7 +72,13 @@ gensuitemodule.py
70
72
modules. The *_Suite.py modules have been generated
71
73
with this.
74
AEservertest.py A simple AE server, similar to echo but different.
-
75
+
76
+In cm:
77
+cmtest.py List all components in the system plus some info on them
78
79
+In qt:
80
+MovieInWindow.py Play a movie in a fixed-sized window, stop on mouse-press
81
+VerySimplePlayer.py Play a movie with the standard quicktime controller.
82
83
In res:
84
0 commit comments