API Guide Home
(Online version only)

PmSysGadgetLibBbutRscCommon.h

Go to the documentation of this file.
00001 //**************************************************************
00002 // Copyright (c) 2004 palmOne, Inc. or its subsidiaries.
00003 // All rights reserved.
00004 //**************************************************************
00005 
00006 // <chg 2005-03-09 doc> Took out Doxygen comments and any /* comments
00007 //  because this header is included by resource files and Palm-RC
00008 //  chokes on them.
00009 
00010 //**************************************************************
00011 //
00012 // ToDo:
00013 //
00014 // History:
00015 //    2001-12-18  dia   Creaded by Doug Anderson
00016 //    2002-01-03  dia   We now have a reserved range to keep
00017 //                      real bitmaps and strings in the resource
00018 //                      chain, so we don't need the flags to tell
00019 //                      us whether the user wanted ours; moved
00020 //                      resource IDs to HsResourceIDs.h.
00021 //
00022 //***************************************************************/
00023 
00024 
00025 #ifndef __PM_SYS_GADGET_BBUT_RSC__H__
00026 #define __PM_SYS_GADGET_BBUT_RSC__H__ 1
00027 
00028 // Use this version
00029 // ----------------
00030 #define kPmSysGadgetBbutMappingVersion0             0
00031 
00032 
00033 // Use these flags
00034 // ---------------
00035 #define kPmSysGadgetBbutFlagNone                    0x00  // None
00036 #define kPmSysGadgetBbutFlagNoBorder                0x01  // Don't draw the border...
00037 #define kPmSysGadgetBbutFlagNoBackground            0x02  // Don't draw the background of the button
00038 #define kPmSysGadgetBbutFlagNoBorderOrBackground    0x03  // Combination for Palm-rc...
00039 
00040 
00041 // Use these fonts
00042 // ---------------
00043 #define kPmSysGadgetBbutFontStd                 0
00044 #define kPmSysGadgetBbutFontBold                1
00045 #define kPmSysGadgetBbutFontLarge               2
00046 #define kPmSysGadgetBbutFontSymbol              3
00047 #define kPmSysGadgetBbutFontSymbol11            4
00048 #define kPmSysGadgetBbutFontSymbol7             5
00049 #define kPmSysGadgetBbutFontLed                 6
00050 #define kPmSysGadgetBbutFontLargeBold           7
00051 
00052 #endif // ifndef __PM_SYS_GADGET_BBUT_RSC__H__

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