view Gui/wm/widget.h @ 2368:e03d8f0e2515

changed functionality means changed definition.
author gabucino
date Mon, 22 Oct 2001 15:20:34 +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 ) )