view Gui/wm/widget.h @ 2417:6b4952e00ad0

removed warning
author pl
date Tue, 23 Oct 2001 13:02:44 +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 ) )