]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
'documented' resource-number useage of EditPythonPrefs
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 11 Oct 1996 13:19:52 +0000 (13:19 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 11 Oct 1996 13:19:52 +0000 (13:19 +0000)
Mac/Include/pythonresources.h

index 514eb40b2451739bc25cf33d7cc9b6efd0f35a0d..5156e23b5ac1f6cc50b5245f0b568e2bed32a7a9 100644 (file)
 /* About box */
 #define ABOUT_ID               136
 
+/* EditPythonPrefs range. Needed here to forestall conflicts with applets */
+#define EDITPYTHONPREFS_MIN    500
+#define EDITPYTHONPREFS_MAX 511
+
 /*
 ** The following are valid both in the binary (or shared library)
 ** and in the Preferences file.