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 15f1c08 commit b4b27beCopy full SHA for b4b27be
2 files changed
Mac/Include/macbuildno.h
@@ -1 +1 @@
1
-#define BUILD 90
+#define BUILD 92
Mac/Include/macglue.h
@@ -76,6 +76,7 @@ int PyMac_SetEventHandler(PyObject *); /* set python-coded event handler */
76
77
void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
78
void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
79
+void PyMac_RaiseConsoleWindow(); /* Bring console window to front, if it exists */
80
81
int PyMac_FindResourceModule(PyStringObject *, char *, char *); /* Test for 'PYC ' resource in a file */
82
PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */
0 commit comments