How to get the attributes of an instance of NSTableView
The table view object (in MacOSx) is a collection of nested objects :
- NSScrollView,
- NSTableView,
- NSTableColumn
To get to a ojbect in this collection,
- hold down the Control and Shift keys, while clicking on the table view.
You will see a list of the objects under the cursor, and you can select the object you're interested in.
No comments:
Post a Comment