📄 pakadb.h
字号:
/********************************************************************* FILE: PakaDB.h** DESCRIPTION: The header file for the MyDBViewer project module.* It contains prototypes, contants and data type definitions.** VERSION: 1.0**********************************************************************/// Internal Constants#define APP_FILE_CREATOR 'PAKA' // Palm Algorithms for Killer Applications#define MIN_ROM_MAJOR 3#define MIN_ROM_MINOR 1#define MIN_ROM_VERSION sysMakeROMVersion ( MIN_ROM_MAJOR, MIN_ROM_MINOR, 0, sysROMStageDevelopment, 0 )// Prototypesextern void MainFormDrawDatabaseView( void );extern void MainFormDrawRecordView( void );extern Boolean MainFormHandleControl( UInt16 controlID // The ID of the control hit.);extern Boolean MainFormHandleCategoryPopup( // (out) returns true if event handled. UInt16 selection ); // (in) the selectionextern void MainFormInitCategory( void );extern void MainFormFreeCategory( void );void AppCloseWithAlert( UInt16 alertID // (in) ID of alert to show.); void MainFormDrawButtons( long );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -