comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/widgets/List.d @ 108:b397a43d66d1

Updated swt linux for DMD 1.063 and latest Tango trunk.
author Jacob Carlborg <doob@me.com>
date Wed, 25 Aug 2010 23:08:27 +0200
parents c01d033c633a
children
comparison
equal deleted inserted replaced
107:e944a4cf537b 108:b397a43d66d1
1556 auto indices = OS.gtk_tree_path_get_indices (path); 1556 auto indices = OS.gtk_tree_path_get_indices (path);
1557 if (indices !is null) { 1557 if (indices !is null) {
1558 selection [length_] = indices[0]; 1558 selection [length_] = indices[0];
1559 } 1559 }
1560 } 1560 }
1561 return 0; 1561 }
1562 } 1562
1563 1563 }
1564 }