Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
32486f56
Commit
32486f56
authored
Aug 14, 1995
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added PyMac_PromptGetFile, removed stuff gone to other sources.
parent
819f1770
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Mac/Include/macglue.h
Mac/Include/macglue.h
+4
-3
No files found.
Mac/Include/macglue.h
View file @
32486f56
...
...
@@ -29,6 +29,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Types.h>
#include <Files.h>
#include <Events.h>
#include <StandardFile.h>
#ifdef GENERATINGCFM
/* Defined to 0 or 1 in Universal headers */
#define HAVE_UNIVERSAL_HEADERS
...
...
@@ -54,12 +55,12 @@ void PyMac_HandleEvent Py_PROTO((EventRecord *)); /* Handle one event, if possib
int
PyMac_Idle
(
void
);
/* Idle routine */
char
*
PyMac_GetPythonDir
();
/* Return the name of the python dir */
int
PyMac_FindResourceModule
(
char
*
,
char
*
);
/* Test for 'PYC ' resource in a file */
PyObject
*
PyMac_LoadResourceModule
(
char
*
,
char
*
);
/* Load 'PYC ' resource from file */
int
PyMac_GetDirectory
(
FSSpec
*
dirfss
);
/* Ask user for a directory */
int
PyMac_GetDirectory
(
FSSpec
*
dirfss
,
char
*
prompt
);
/* Ask user for a directory */
void
PyMac_PromptGetFile
(
short
numTypes
,
ConstSFTypeListPtr
typeList
,
StandardFileReply
*
reply
,
char
*
prompt
);
/* Ask user for file, with prompt */
int
PyMac_GetOSType
(
PyObject
*
,
OSType
*
);
/* argument parser for OSType */
PyObject
*
PyMac_BuildOSType
(
OSType
);
/* Convert OSType to PyObject */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment