view Gui/wm/widget.h @ 6260:96b5efcad587

use new api of libfame 0.9.0
author arpi
date Sat, 01 Jun 2002 20:27:14 +0000
parents 016f6d583733
children
line wrap: on
line source


#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )