view Gui/wm/widget.h @ 2654:ad3a6bcad1d7

vo_format_name prototype added
author alex
date Sat, 03 Nov 2001 21:01:12 +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 ) )