代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/160512/10523566
h interface.h
#ifndef _INTERFACE_
#define _INTERFACE_
#define MWINDOW_LX 0
#define MWINDOW_TY 0
#define MWINDOW_RX 1024
#define MWINDOW_BY 800
#define MAP_WIDE MWINDOW_RX /*画地图用的子窗口的宽度*/
#define MAP_HEIGHT (MWINDO
www.eeworm.com/read/458047/7313491
h gfunction.h
#ifndef _G_FUNCTION_H
#define _G_FUNCTION_H
#include
#include "DVRCommon.h"
//实现minigui皮肤界面的图片加载和卸载
void g_Load_Skin_Bmps(skin_head_t *skin, BOOL bLoad ,const char *pBmpNameL
www.eeworm.com/read/347603/3166275
am makefile.am
# The input Makefile for MiniGUI header files
SUBDIRS = ctrl
# The directory where the include files will be installed
libminiguiincludedir = $(includedir)/minigui
# Which header files to install
C
www.eeworm.com/read/449059/1682513
h memoire.h
#ifndef MEMOIRE_H
#define MEMOIRE_H
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/376715/9309888
c helloworld.c
/*
** Listing 2.1
**
** helloworld.c: Sample program for MiniGUI Programming Guide
** The first MiniGUI Application
**
** Copyright (C) 2003~2005 Feynman Software.
**
** Lic