view Gui/wm/widget.h @ 3193:53a6d2fc1498

cosmetical change of driver summary - do not print always enabled stuff
author arpi
date Thu, 29 Nov 2001 01:18:05 +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 ) )