代码搜索:miniGUI

找到约 4,426 项符合「miniGUI」的源代码

代码结果 4,426
www.eeworm.com/read/192525/8376472

c drawicon.c

/* ** $Id: drawicon.c,v 1.3 2003/06/13 06:50:39 weiym Exp $ ** ** Listing 25.1 ** ** drawicon.c: Sample program for MiniGUI Programming Guide ** Demo of loading and drawing icon ** ** Copyright
www.eeworm.com/read/192512/8378192

c drawicon.c

/* ** $Id: drawicon.c,v 1.3 2003/06/13 06:50:39 weiym Exp $ ** ** Listing 25.1 ** ** drawicon.c: Sample program for MiniGUI Programming Guide ** Demo of loading and drawing icon ** ** Copyright
www.eeworm.com/read/192315/8386707

h list.h

#ifndef __LIST_H__ #define __LIST_H__ #include "../inc/sysconfig.h" #if USE_MINIGUI==0 #define OSListMemNum 1000 typedef struct typeList{ //系统控件的链表 struct typeList* pNextList; struct ty
www.eeworm.com/read/192182/8400411

build-rm9200

#!/bin/sh # # Please make sure that the following things are OK: # # 1. You have installed the arm-elf-tools already. # 2. Your uClinux distribution has been installed into the directory of '/opt
www.eeworm.com/read/192182/8400418

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(src/helloworld.c) dnl ======================================================================== dnl needed fo
www.eeworm.com/read/192182/8400428

c helloworld.c

/* ** $Id: helloworld.c,v 1.35 2006/05/10 09:51:33 xwyan Exp $ ** ** Listing 2.1 ** ** helloworld.c: Sample program for MiniGUI Programming Guide ** The first MiniGUI application. ** ** Copyrigh
www.eeworm.com/read/192182/8400430

c treeview.c

/* ** $Id: treeview.c,v 1.7 2006/06/13 05:09:19 xwyan Exp $ ** ** treeview.c: Sample program for MiniGUI Programming Guide ** Usage of TREEVIEW control. ** ** Copyright (C) 2004 ~ 2006 Fynman Sof