view Gui/wm/widget.h @ 2500:8858ff8ab415

nick ! what did you do???
author jaf
date Sat, 27 Oct 2001 17:41:54 +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 ) )