?? sugarmemotools.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 + -