view Gui/wm/widget.h @ 7203:69cc665855dc

- add None to audio/video family selection - add *.divx and case insensitive search to fs
author pontscho
date Sat, 31 Aug 2002 15:55:03 +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 ) )