优秀的嵌入式linux系统GUI-Microwindow-0.89;可以用来开发嵌入式GUI

源代码在线查看: insetr.c

软件大小: 1774 K
上传用户: chayangccc
关键词: Microwindow GUI linux 0.89
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "windows.h"				#include "wintools.h"				/*				 * WIN Draw Library				 */								void WINAPI				InsetR(LPRECT lprc,int h,int v)				{					lprc->top += v;					lprc->left += h;					lprc->right -= 2*h-1;					lprc->bottom -= 2*v-1;				}							

相关资源