I'm using the ttk.Notebook widget. What object do I bind to capture events related to specific tabs?
I would like to trap when a tab caption gets keyboard focus ('<FocusIn>') and when the mouse pointer is over a specific tab caption ('<Enter>'). I can trap mouse clicks on tabs (<Button-1>, <Button-3>), but I can't find a way to determine what tab a user clicked on in the case of a right click. Thank you, Malcolm
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss