comparison dwt/widgets/ToolBar.d @ 46:cfa563df4fdd

Updated Widget and Display to 3.514
author Jacob Carlborg <doob@me.com>
date Fri, 05 Dec 2008 16:00:41 +0100
parents d8635bb48c7c
children 555527e6d914
comparison
equal deleted inserted replaced
45:d8635bb48c7c 46:cfa563df4fdd
211 return extent; 211 return extent;
212 } 212 }
213 213
214 void createHandle () { 214 void createHandle () {
215 NSView widget = cast(NSView)new SWTView().alloc(); 215 NSView widget = cast(NSView)new SWTView().alloc();
216 widget.initWithFrame(new NSRect()); 216 widget.initWithFrame(NSRect());
217 // widget.setDrawsBackground(false); 217 // widget.setDrawsBackground(false);
218 view = widget; 218 view = widget;
219 } 219 }
220 220
221 void createItem (ToolItem item, int index) { 221 void createItem (ToolItem item, int index) {