Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a58d89e

Browse files
committed
'documented' resource-number useage of EditPythonPrefs
1 parent 145c92d commit a58d89e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/Include/pythonresources.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
/* About box */
6060
#define ABOUT_ID 136
6161

62+
/* EditPythonPrefs range. Needed here to forestall conflicts with applets */
63+
#define EDITPYTHONPREFS_MIN 500
64+
#define EDITPYTHONPREFS_MAX 511
65+
6266
/*
6367
** The following are valid both in the binary (or shared library)
6468
** and in the Preferences file.

0 commit comments

Comments
 (0)