[Mono-osx] [MonoMac] NSControl delegates
kjpou
kjpou at pt.lu
Wed Dec 1 06:03:57 EST 2010
Hello all
Here is a diff that adds the delegates to the NSControl object. Am
using them now with no problem so far. Will be used in the next sample
sent.
Also a fix for NSMenu constructor is included.
Delegate Methods from apple documentation.
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSControl_Class/Reference/Reference.html
controlTextDidBeginEditing:
Sent when a control with editable text begins an editing session.
controlTextDidChange:
Sent when the text in the receiving control changes.
controlTextDidEndEditing:
Sent when a control with editable text ends an editing session.
Kenneth
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: NSControll.diff
Url: http://lists.ximian.com/pipermail/mono-osx/attachments/20101201/d840f34b/attachment.pl
More information about the Mono-osx
mailing list