view Gui/wm/widget.h @ 3863:64f5c5749bad

Applied Rik Snel's seeking patch
author alex
date Fri, 28 Dec 2001 22:58:49 +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 ) )