view Gui/wm/widget.h @ 7116:e751a2b0991d

written by Florian Schilhabel <florian.schilhabel@gmx.net>
author alex
date Wed, 28 Aug 2002 17:14:02 +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 ) )