|
发表于 2003-6-30 10:44:54
|
显示全部楼层
u can refer to fltk-*/test/tiled_image.cxx
because u can load a image on the windows widget like this
windows->image(wallpaper);
u must use other widget to hold this wallpaper(eg.group)
group->image(wallpaper);
hope it may help u. |
|