⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sugarmemotools.h

📁 Palm上著名的背单词软件的源码
💻 H
字号:
//	Sugar Memo Tool Function

void * 	GetObjectPtr(UInt16 objectID);
UInt16 	GetObjectIndex(UInt16 objectID);
void 	GetObjectBounds(UInt16 objectID, RectangleType* bounds);
void 	SetObjectBounds(UInt16 objectID, RectangleType* bounds);

void 	ShowObject(UInt16 objectID);
void 	HideObject(UInt16 objectID);
Boolean ConfirmDialog(Char* title, Char* message);
void 	ToolsDirtyRecord(UInt16 index);
Boolean ZeroDate(DateType date);
void 	ProgressPie(UInt32 progress, Char* message);
Boolean DoCustomDialog(char* title, char* message, Boolean showInputField, UInt16 maxChars,  
	char* input, Boolean showCancel);

⌨️ 快捷键说明

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