updated binding documentation

This commit is contained in:
daboe01
2015-03-08 19:20:57 +01:00
parent 630aa53d98
commit 56badd44f3
+1 -1
View File
@@ -601,7 +601,7 @@ CPTableColumnUserResizingMask = 1 << 1;
}
/*!
Binds the receiver to an object.
Binds the receiver to an object. Note that other than in Cocoa, this will only work when the receiver has been added to a \c CPTableView.
@param CPString aBinding - The binding you wish to make. Typically CPValueBinding.
@param id anObject - The object to bind the receiver to.