view Gui/wm/widget.h @ 4867:2729796fb896

Italian translation
author frodone
date Tue, 26 Feb 2002 02:07:17 +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 ) )