NSOutlineView's setIndentationMarkerFollowsCell
NSOutlineView's setIndentationMarkerFollowsCell
- Subject: NSOutlineView's setIndentationMarkerFollowsCell
- From: Dustin Voss <email@hidden>
- Date: Sun, 14 Sep 2003 15:31:35 -0700
What does NSOutlineView's setIndentationMarkerFollowsCell: method do? I
can't tell from the docs, and the archives say nothing.
Here's what the docs say:
setIndentationMarkerFollowsCell:
- (void) setIndentationMarkerFollowsCell: (BOOL) drawInCell
Sets whether the expansion symbol in an item should be displayed in the
cell with the item or left-justified in the column to drawInCell. The
default is YES (the symbol is displayed in the cell).
The description doesn't make any sense. The phrase "the cell with the
item" is meaningless since the any cell could display the item, or no
cell, depending on the data source. Do they mean the "the outline
column"? And the phrase "left-justified in the column to drawInCell" is
simply unparseable.
Can anyone clear this up for me? Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.