📄 guidesktop.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 + -