代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/355099/3063933
c bmpbkgnd.c
/*
** $Id: bmpbkgnd.c,v 1.6 2003/12/29 10:39:25 weiym Exp $
**
** Listing 5.2
**
** bmpbkgnd.c: Sample program for MiniGUI Programming Guide
** Create a dialog box filling background with bitmap
www.eeworm.com/read/355099/3063936
c cursordemo.c
/*
** $Id: cursordemo.c,v 1.3 2003/06/13 06:50:39 weiym Exp $
**
** Listing 25.3
**
** cursordemo.c: Sample program for MiniGUI Programming Guide
** Demo of using cursor
**
** Copyright (C) 2003
www.eeworm.com/read/355099/3063942
c scrollbar.c
/*
** $Id: scrollbar.c,v 1.5 2003/06/13 07:15:49 weiym Exp $
**
** Listing 23.1
**
** scrollbar.c: Sample program for MiniGUI Programming Guide
** Demo for scrollbar
**
** Copyright (C) 2003 Fey
www.eeworm.com/read/173170/9669987
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/173169/9670009
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/415417/11074196
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/415415/11074206
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/415414/11074217
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/415413/11074239
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/415409/11074261
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