comparison dwt/widgets/Tree.d @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents 63a09873578e
children 1ec7c20355bd
comparison
equal deleted inserted replaced
135:04928add86e6 136:1a0129cab08e
128 * @see <a href="http://www.eclipse.org/swt/snippets/#tree">Tree, TreeItem, TreeColumn snippets</a> 128 * @see <a href="http://www.eclipse.org/swt/snippets/#tree">Tree, TreeItem, TreeColumn snippets</a>
129 * @see <a href="http://www.eclipse.org/swt/examples.php">DWT Example: ControlExample</a> 129 * @see <a href="http://www.eclipse.org/swt/examples.php">DWT Example: ControlExample</a>
130 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 130 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
131 */ 131 */
132 public class Tree : Composite { 132 public class Tree : Composite {
133
134 alias Composite.computeSize computeSize;
135
133 NSTableColumn firstColumn, checkColumn; 136 NSTableColumn firstColumn, checkColumn;
134 NSBrowserCell dataCell; 137 NSBrowserCell dataCell;
135 NSTableHeaderView headerView; 138 NSTableHeaderView headerView;
136 TreeItem [] items; 139 TreeItem [] items;
137 int itemCount; 140 int itemCount;