comparison dwt/custom/PopupList.d @ 255:5a30aa9820f3

removed tango.stdc.stringz imports and allow null for arrays and string arguments.
author Frank Benoit <benoit@tionex.de>
date Sun, 15 Jun 2008 22:32:20 +0200
parents 380bad9f6852
children c0d810de7093
comparison
equal deleted inserted replaced
254:8bca790583c3 255:5a30aa9820f3
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2007 IBM Corporation and others. 2 * Copyright (c) 2000, 2007 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
261 * 261 *
262 * This operation will fail when an item is null 262 * This operation will fail when an item is null
263 * or could not be added in the OS. 263 * or could not be added in the OS.
264 * 264 *
265 * @exception IllegalArgumentException <ul> 265 * @exception IllegalArgumentException <ul>
266 * <li>ERROR_NULL_ARGUMENT - if the items array is null</li>
267 * <li>ERROR_INVALID_ARGUMENT - if an item in the items array is null</li> 266 * <li>ERROR_INVALID_ARGUMENT - if an item in the items array is null</li>
268 * </ul> 267 * </ul>
269 * @exception DWTException <ul> 268 * @exception DWTException <ul>
270 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> 269 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
271 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> 270 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>