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

📄 status.h

📁 dtelent是开源的开发项目
💻 H
字号:
/* status.h
 * Copyright (c) 1997 David Cole
 *
 * Control and manage the status bar
 */
#ifndef __status_h
#define __status_h

/* Return the handle of the status bar */
HWND statusGetWnd(void);
/* Format and display a status message */
void statusSetMsg(char* fmt, ...);
/* Tell the status bar to redisplay the terminal type */
void statusSetTerm(void);
void statusRedraw(void);
/* Register the status bar window class */
BOOL statusInitClass(HINSTANCE instance);
/* Create the status bar window */
BOOL statusCreateWnd(HINSTANCE instance, HWND parent);

#endif

⌨️ 快捷键说明

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