comparison snippets/sash/Snippet107.d @ 120:1f0a7a472680

fix rm snippets from module statements.
author Frank Benoit <benoit@tionex.de>
date Sun, 20 Jul 2008 19:17:23 +0200
parents 4a04b6759f98
children
comparison
equal deleted inserted replaced
119:9a1be6ff19a2 120:1f0a7a472680
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 module snippets.sash.Snippet107; 11 module sash.Snippet107;
12 /* 12 /*
13 * Sash example snippet: implement a simple splitter (with a 20 pixel limit) 13 * Sash example snippet: implement a simple splitter (with a 20 pixel limit)
14 * 14 *
15 * For a list of all SWT example snippets see 15 * For a list of all SWT example snippets see
16 * http://www.eclipse.org/swt/snippets/ 16 * http://www.eclipse.org/swt/snippets/