代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/386455/2571203
h osmessage.h
#ifndef __OSMESSAGE_H__
#define __OSMESSAGE_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
#include "../ucos-ii/add/control.h"
#define OSMessageQSize 20
www.eeworm.com/read/386455/2571303
c edit.c
/*
** $Id: edit.c,v 1.4 2003/07/04 08:29:13 weiym Exp $
**
** Listing 9.1
**
** edit.c: Sample program for MiniGUI Programming Guide
** Usage of EDIT control.
**
** Copyright (C) 2003 Feynman So
www.eeworm.com/read/375673/2722825
c gal.c
/*
** $Id: gal.c,v 1.31 2003/09/04 02:47:51 weiym Exp $
**
** The Graphics Abstract Layer of MiniGUI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000, 2001, 2002 Wei Yongming.
**
**
www.eeworm.com/read/375673/2722837
c newgal.c
/*
** $Id: newgal.c,v 1.19 2003/09/09 01:52:42 weiym Exp $
**
** The New Graphics Abstract Layer of MiniGUI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
*
www.eeworm.com/read/375673/2722861
h fb3dfx.h
/*
** $Id: fb3dfx.h,v 1.3 2003/09/04 06:02:53 weiym Exp $
**
** 3Dfx hardware acceleration for the SDL framebuffer console driver
**
** Port to MiniGUI by Wei Yongming (2001/10/03).
** Copyright
www.eeworm.com/read/375673/2722862
am makefile.am
## Makefile.am for MiniGUI using the framebuffer console video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SR
www.eeworm.com/read/375673/2722965
c cursor-lite.c
/*
** $Id: cursor-lite.c,v 1.47 2003/09/04 03:46:47 weiym Exp $
**
** cursor-lite.c: Cursor support module for MiniGUI-Lite
** Cursor managed by server globally.
**
** Copyright (C) 200
www.eeworm.com/read/375673/2722986
c gdi.c
/*
** $Id: gdi.c,v 1.56 2003/09/04 06:02:53 weiym Exp $
**
** The graphics display interface module of MiniGUI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/375673/2723033
c gdi.c
/*
** $Id: gdi.c,v 1.48 2003/09/04 03:09:52 weiym Exp $
**
** The graphics display interface module of MiniGUI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/375673/2723040
c bitmap-lite.c
/*
** $Id: bitmap-lite.c,v 1.17 2003/09/04 03:09:52 weiym Exp $
**
** Bitmap operations of GDI for MiniGUI-Lite.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**