代码搜索:miniGUI

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

代码结果 4,426
www.eeworm.com/read/181071/9275693

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/181071/9275708

c helloworld.c

/* ** $Id: helloworld.c,v 1.29.4.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 2.1 ** ** helloworld.c: Sample program for MiniGUI Programming Guide ** The first MiniGUI application. ** ** Copy
www.eeworm.com/read/181071/9275710

c treeview.c

/* ** $Id: treeview.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** treeview.c: Sample program for MiniGUI Programming Guide ** Usage of TREEVIEW control. ** ** Copyright (C) 2004 ~ 2006 Fynman
www.eeworm.com/read/181071/9275711

c monthcal.c

/* ** $Id: monthcal.c,v 1.6.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** monthcal.c: Sample program for MiniGUI Programming Guide ** Usage of MONTHCALENDAR control. ** ** Copyright (C) 2004 ~ 2006 F
www.eeworm.com/read/181071/9275781

c drawicon.c

/* ** $Id: drawicon.c,v 1.5.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 10.1 ** ** drawicon.c: Sample program for MiniGUI Programming Guide ** Demo of loading and drawing icon ** ** Copyri
www.eeworm.com/read/181071/9275787

c progressbar.c

/* ** $Id: progressbar.c,v 1.6.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 25.1 ** ** progressbar.c: Sample program for MiniGUI Programming Guide ** Usage of PORGRESSBAR control. ** ** Cop
www.eeworm.com/read/181071/9275805

c newtoolbar.c

/* ** $Id: newtoolbar.c,v 1.10.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 27.1 ** ** newtooltar.c: Sample program for MiniGUI Programming Guide ** Usage of NEWTOOLBAR control. ** ** Copyr
www.eeworm.com/read/377387/9278571

c recog.c

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/376721/9309685

h comm.h

#include #include #include #include #include #include #include #include
www.eeworm.com/read/180167/9317420

c paint.c

/**************************************************************************** * 文件名:paint.c * 功能:MiniGUI应用例子。 * 创建一个主窗口,对窗口的MSG_PAINT消息进行计数,并在窗口 * 中显示计数值。有按键按下时,让窗口重绘。 ********************