nwidgets.h

来自「针对嵌入式micro window系统」· C头文件 代码 · 共 22 行

H
22
字号
/* * Provided as a convenience to include all of the header files * needed for NanoWidgets at once. */ #ifndef __NWIDGETS_H#define __NWIDGETS_H#define MWINCLUDECOLORS#include <nano-X.h>#include <nclass.h>#include <nwidget.h>#include <nrender.h>#include <nbutton.h>#include <nlistview.h>#include <nslider.h>#include <ntextfield.h>#include <ntoggle.h>#include <nradio.h>#endif

⌨️ 快捷键说明

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