controls.html
来自「一个小巧的嵌入式图形系统wGUI, 可以用VC编译」· HTML 代码 · 共 16 行
HTML
16 行
<html><head> <title>wGui - Controls</title></head><body> <h1>wGui - Controls</h1> <p>wGui contains a large variety of controls, most of which derive from the CWindow and CMessageClient classes. While many other projects like to use the term "widget" for these, you will find wGui uses the term "control". The primary method for controls to communicate with the rest of the app is to send Control Messages (CTRL_XXXXX) to their parents. </p> <p>Refer to the <a href="html/index.html">Class Reference</a> for more information on the individual controls.</p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?