X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e4b4f5a12c4cee51af31de2b7c5def0273a49ca5..06c24bc0efd10e5d329d871be9112fb6ae0309e0:/mac/macpgrid.h diff --git a/mac/macpgrid.h b/mac/macpgrid.h new file mode 100644 index 00000000..edf6d530 --- /dev/null +++ b/mac/macpgrid.h @@ -0,0 +1,44 @@ +/* $Id: macpgrid.h,v 1.1 2003/02/12 23:53:15 ben Exp $ */ + +/* + * macpgrid.h -- Mac resource IDs for PuTTYgen + * + * This file is shared by C and Rez source files + */ + +/* Menu bar IDs */ +#define MBAR_Main 128 + +/* Menu IDs */ +#define mApple 128 +#define mFile 129 +#define mEdit 130 +#define mWindow 131 + +/* Menu Items */ +/* Apple menu */ +#define iAbout 1 +/* File menu */ +#define iNew 1 +#define iOpen 2 +#define iClose 4 +#define iSave 5 +#define iSaveAs 6 +#define iQuit 8 +/* Edit menu */ +#define iUndo 1 +#define iCut 3 +#define iCopy 4 +#define iPaste 5 +#define iClear 6 +#define iSelectAll 7 +/* Window menu */ + +/* Window types (and resource IDs) */ +#define wNone 0 /* Dummy value for no window */ +#define wDA 1 /* Dummy value for desk accessory */ +#define wFatal 128 +#define wAbout 129 +#define wiAboutLicence 1 +#define wiAboutVersion 3 +#define wLicence 131