view Gui/wm/widget.h @ 2227:10b279d72a8f

mov seeking implemented
author arpi
date Tue, 16 Oct 2001 22:41:46 +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 ) )