view Gui/wm/widget.h @ 5928:48e91dc9534b

.raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>
author arpi
date Thu, 02 May 2002 01:56:28 +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 ) )