annotate Gui/wm/widget.h @ 1810:d44b0ce32791

fix move&resize
author pontscho
date Fri, 31 Aug 2001 21:16:58 +0000
parents d237c5d4b216
children 016f6d583733
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
1
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
2 #define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )