view Gui/wm/widget.h @ 3932:277187affd9a

it was a long night ;-), I'll finish later
author jaf
date Tue, 01 Jan 2002 19:39:59 +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 ) )