view Gui/wm/widget.h @ 5985:cb393303865d

the Right Fix for gui window setup
author arpi
date Sun, 05 May 2002 18:16:27 +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 ) )