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 4f2936e commit 0dca752Copy full SHA for 0dca752
1 file changed
Mac/Include/macglue.h
@@ -112,6 +112,8 @@ PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to PyObj
112
113
int PyMac_GetFixed(PyObject *, Fixed *); /* argument parser for Fixed */
114
PyObject *PyMac_BuildFixed(Fixed); /* Convert Fixed to PyObject */
115
+int PyMac_Getwide(PyObject *, wide *); /* argument parser for wide */
116
+PyObject *PyMac_Buildwide(wide); /* Convert wide to PyObject */
117
void PyMac_InitApplet(void); /* Initialize and run an Applet */
118
void PyMac_Initialize(void); /* Initialize function for embedding Python */
119
0 commit comments