view Gui/wm/widget.h @ 7915:283093551036

add ao_win32
author faust3
date Fri, 25 Oct 2002 16:25:41 +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 ) )