view Gui/wm/widget.h @ 6835:a9ba8559ca6f

10l to dunno
author atmos4
date Sun, 28 Jul 2002 22:29:04 +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 ) )