view Gui/wm/widget.h @ 4895:e0f8928a4f6b

print the number of buffers used
author michael
date Thu, 28 Feb 2002 16:24:55 +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 ) )