I noticed that the Cocoa implementation of GUI.EditCmdHandler uses the NSMenuValidation protocol to figure out whether each of the Edit menu commands should be enabled. But the WebView class (in WebKit) doesn't implement this protocol. So can anyone figure out how WebKit indicates the current validity of Edit menu commands? I know it does, somehow, because I've written a native Cocoa app that uses WebKit, and without me paying any attention to enabling and disabling menu items, it just works as expected.

Matt
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to