view Gui/wm/widget.h @ 6039:8e941ce0b636

obsolete file
author nell
date Fri, 10 May 2002 11:15:43 +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 ) )