On Tue, 14 Nov 2006 17:45:52 +0100, Mudcat <[EMAIL PROTECTED]> wrote:
> The problem is I need the ability to change it dynamically. I don't
> want the cursor to be the double_arrow the whole time the mouse hovers
> inside that frame. It's supposed to be a resize arrow when the mouse is
> on the frame border, and regular cursor once it passes to the inner
> part of the frame.

Why don't you create a Frame for the inside with no border, and another  
Frame for the border? This way, you can have a cursor setting for each of  
them, i.e one for the inside and one for the border.

HTH
-- 
python -c "print ''.join([chr(154 - ord(c)) for c in  
'U(17zX(%,5.zmz5(17l8(%,5.Z*(93-965$l7+-'])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to