view Gui/wm/widget.h @ 7438:635435777348

Wording updated and spelling checked.
author diego
date Wed, 18 Sep 2002 02:24:55 +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 ) )