代码搜索:miniGUI

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

代码结果 4,426
www.eeworm.com/read/248311/12584954

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12584970

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12584984

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12585010

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12585039

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12585056

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/248311/12585073

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/134073/14010564

c propsheet.c

/* ** $Id: propsheet.c,v 1.6 2004/09/24 05:02:15 suowei Exp $ ** ** Listing 28.1 ** ** propsheet.c: Sample program for MiniGUI Programming Guide ** Usage of PORPSHEET control. ** ** Copyright (C
www.eeworm.com/read/134073/14010566

c listbox.c

/* ** $Id: listbox.c,v 1.10 2005/01/05 06:01:03 weiym Exp $ ** ** Listing 21.1 ** ** listbox.c: Sample program for MiniGUI Programming Guide ** The usage of LISTBOX control. ** ** Copyright (C
www.eeworm.com/read/134073/14010654

c scrollbar.c

/* ** $Id: scrollbar.c,v 1.6 2004/09/24 05:02:15 suowei Exp $ ** ** Listing 8.1 ** ** scrollbar.c: Sample program for MiniGUI Programming Guide ** Demo for scrollbar ** ** Copyright (C) 2004 Fey