view Gui/wm/widget.h @ 4965:923605707de6

sorry, 10l:)
author pontscho
date Thu, 07 Mar 2002 00:03:51 +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 ) )