Mudcat wrote:
> [...]

You have to set cursor once, Tk change it automatically:

>       def buildFrame(self):
>               self.f = Frame(self.master, height=32, width=32, relief=RIDGE,
> borderwidth=2)
>               self.f.place(relx=.5,rely=.5)
                #self.f.bind( '<Enter>', self.enterFrame )
                #self.f.bind( '<Leave>', self.leaveFrame )
                self.f.configure(cursor = 'sb_h_double_arrow')
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to