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

📄 guidesktop.h

📁 嵌入式方面的一些简单程序
💻 H
字号:
#ifndef GUIDESKTOP_H
#define GUIDESKTOP_H
#include "Gui.h"
#include "Point.h"
#include "Def.h"
#include "Word.h"

typedef U32 Handle;
typedef U16 Color;
typedef void (*CallBack)(Handle);
typedef struct
{
    Point p;
    int x,y;  //长与宽
}Rent;
typedef struct
{
    CallBack CBTouch;
    Handle Parameter;
    Handle HChilde;
    Handle HBrother;
    Rent rent;
    Color BackColor;
    Color FrontColor;
}Obj;
typedef struct
{
    Obj obj;
    Handle HText;
}Win;
typedef struct
{
    Obj obj;
    Handle HText;
    
}Bar;
typedef struct
{
    Obj obj;
    Handle HText;
}Button;
#endif

⌨️ 快捷键说明

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