view Gui/wm/widget.h @ 6895:e0fa2a6a8843

updated - we're ready for a pre-release now
author arpi
date Sun, 04 Aug 2002 15:39:31 +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 ) )