mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
df4ff91c0e
* The ability to load the configuration from the current resource file (ie the application for now). * A scroll bar and size box that look right, even if they don't actually _do_ anything yet. * A load of other minor tweaks. [originally from svn r62]
41 lines
742 B
C
41 lines
742 B
C
/* $Id: macresid.h,v 1.1.2.4 1999/02/28 02:38:40 ben Exp $ */
|
|
|
|
/*
|
|
* macresid.h -- Mac resource IDs
|
|
*
|
|
* 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
|
|
|
|
/* Menu Items */
|
|
/* Apple menu */
|
|
#define iAbout 1
|
|
/* File menu */
|
|
#define iNew 1
|
|
#define iClose 2
|
|
#define iQuit 4
|
|
|
|
/* 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 wTerminal 130
|
|
#define wLicence 131
|
|
|
|
/* Controls */
|
|
#define cVScroll 128
|
|
|
|
/* Preferences */
|
|
#define PREF_wordness_type 'wORD'
|
|
|
|
#define PREF_settings 1024
|