API Guide Home
(Online version only)

HsExtUtilBigButtonRsc.h

Go to the documentation of this file.
00001 //**************************************************************
00002 //
00003 // Project:
00004 //    Handspring PalmOS System Extensions
00005 //
00006 // Copyright info:
00007 //    Copyright 2001 Handspring, Inc. All Rights Reserved.   
00008 //
00009 // FileName:
00010 //    HsExtUtilBigButtonRsc.h
00011 // 
00012 // Description:
00013 //    This file contains resource #defines for 
00014 //    HsExtUtilBigButton.h and is suitable for including in
00015 //    '.rcp' files.
00016 //
00017 // ToDo:
00018 //
00019 // History:
00020 //    2001-12-18  dia   Creaded by Doug Anderson
00021 //    2002-01-03  dia   We now have a reserved range to keep
00022 //                      real bitmaps and strings in the resource
00023 //                      chain, so we don't need the flags to tell 
00024 //                      us whether the user wanted ours; moved
00025 //                      resource IDs to HsResourceIDs.h.
00026 //
00027 //***************************************************************/
00028 
00029 
00030 #ifndef __HS_EXT_UTIL_BIG_BUTTON_RSC__H__
00031 
00032 #define __HS_EXT_UTIL_BIG_BUTTON_RSC__H__ 1
00033 
00034 
00035 // *******************************************************************************
00036 // *******************************************************************************
00037 // *                                                                             *
00038 // * !!!!!!!!!!THIS FILE IS DEPRECATED.  DO NOT MAKE CHANGES TO IT!!!!!!!!!!!!!  *
00039 // *                                                                             *
00040 // *******************************************************************************
00041 // *******************************************************************************
00042 // *******************************************************************************
00043 // *                                                                             *
00044 // * All new definitions should go into PmSysGadgetLibBbutRscCommon.h. This file *
00045 // * remains simply to maintain backwards compatibility.                         *
00046 // *                                                                             *
00047 // *******************************************************************************
00048 // *******************************************************************************
00049 
00050 
00051 // Here's a sample usage:
00052 // HEX "bBut" rscBigYesNoDialogFormID
00053 //    hsBigButtonMappingVersion0.w              // version
00054 //
00055 //    hsBigButtonFlagNone                       // flags
00056 //    hsBigButtonFontStd                        // font
00057 //    rscBigYesNoDialogYesButtonID.w            // gadgetID
00058 //    hsBigButtonGreenCheckBitmapID.w           // bitmapID
00059 //    hsBigButtonYesStringID.w                  // stringID
00060 //
00061 //    hsBigButtonFlagNone                       // flags
00062 //    hsBigButtonFontStd                        // font
00063 //    rscBigYesNoDialogNoButtonID.w             // gadgetID
00064 //    hsBigButtonRedXBitmapID.w                 // bitmapID
00065 //    hsBigButtonNoStringID.w                   // stringID
00066 
00067 
00068 
00069 // Use this version
00070 // ----------------
00071 #define hsBigButtonMappingVersion0          0
00072 
00073 
00074 // Use these flags
00075 // ---------------
00076 #define hsBigButtonFlagNone                 0x00
00077 #define hsBigButtonFlagNoBorder             0x01  // Don't draw the border...
00078 #define hsBigButtonFlagNoBackground         0x02  // Don't draw the background of the button
00079 #define hsBigButtonFlagNoBorderOrBackground 0x03  // Combination for Palm-rc...
00080 
00081 // Use these fonts
00082 // ---------------
00083 #define hsBigButtonFontStd                  0
00084 #define hsBigButtonFontBold                 1
00085 #define hsBigButtonFontLarge                2
00086 #define hsBigButtonFontSymbol               3
00087 #define hsBigButtonFontSymbol11             4
00088 #define hsBigButtonFontSymbol7              5
00089 #define hsBigButtonFontLed                  6
00090 #define hsBigButtonFontLargeBold            7
00091 
00092 
00093 
00094 #endif // ifndef __HS_EXT_UTIL_BIG_BUTTON_RSC_H__

Top Palm Developer Network
© 2004-2008, Palm, Inc. All rights reserved.
Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide