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

📄 ui_win32.h

📁 另一个分形程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -