]> granicus.if.org Git - python/commitdiff
Added resource-ids for override preferences.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 4 Apr 1996 15:39:42 +0000 (15:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 4 Apr 1996 15:39:42 +0000 (15:39 +0000)
Mac/Include/pythonresources.h

index 4a69d5d9e0e5dab29598d051cca386fb5bd570e6..93e046be6d5bf3731c0ab97d2570a5801aba64df 100644 (file)
 
 /*
 ** The following are valid both in the binary (or shared library)
-** and in the Preferences file
+** and in the Preferences file.
+** For all three the override is tried first, through all current
+** resource files. This allows an applet to override standard settings
+** by providing a resource of the correct type.
 */
 
 /* The STR# resource for sys.path initialization */
 #define PYTHONPATH_ID 128
+#define PYTHONPATHOVERRIDE_ID 129
 
 /* The alis resource for locating the python home directory */
 #define PYTHONHOME_ID 128
+#define PYTHONHOMEOVERRIDE_ID 129
 
 /* The Python options resource and offset of its members */
 #define PYTHONOPTIONS_ID 128
+#define PYTHONOPTIONSOVERRIDE_ID 129
 #define POPT_INSPECT   0
 #define POPT_VERBOSE   1
 #define POPT_SUPPRESS  2