wx.h

来自「CD_高级PALM编程」· C头文件 代码 · 共 31 行

H
31
字号
/********************************************************************* FILE:				Starter.h** DESCRIPTION:	The header file for the Starter project module.*					It contains 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				2#define	MIN_ROM_VERSION			sysMakeROMVersion ( MIN_ROM_MAJOR, MIN_ROM_MINOR, 0, sysROMStageDevelopment, 0 )void MainFormDoUpdateButton(	FormPtr frmP);Boolean MainFormHandleEvent(	EventPtr eventP		// Pointer to an EventType that contains the event to handle);void TestWithRandom( void );UInt32 KeyCurrentStatePatch(	void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?