view Gui/wm/widget.h @ 8046:30a9a6358ee9

cleanup - round 2.
author pontscho
date Sat, 02 Nov 2002 17:07:19 +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 ) )