ui_win32.h

来自「另一个分形程序」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef UI_WIN32_H#include <windows.h>#include <ui.h>extern int directX;extern CONST char *helptopic;extern HWND hWnd;extern HINSTANCE hInstance;HMENU win32_createrootmenu (void);void win32_pressed (int id);void win32_dorootmenu (struct uih_context *uih, CONST char *name);void win32_enabledisable (struct uih_context *uih, CONST char *name);void win32_menu (struct uih_context *c, CONST char *name);void win32_uninitializewindows (void);void win32_dialog (struct uih_context *uih, CONST char *name);void win32_genresources (struct uih_context *uih);void win32_help (struct uih_context *uih, CONST char *name);void CenterWindow (HWND hwndChild, HWND hwndParent);void AboutBox (void);#endif

⌨️ 快捷键说明

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