comparison dwt/widgets/Label.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 ce446666f5a2
children c0d810de7093
comparison
equal deleted inserted replaced
254:8bca790583c3 255:5a30aa9820f3
560 * a single '&amp;' to be displayed. 560 * a single '&amp;' to be displayed.
561 * </p> 561 * </p>
562 * 562 *
563 * @param string the new text 563 * @param string the new text
564 * 564 *
565 * @exception IllegalArgumentException <ul>
566 * <li>ERROR_NULL_ARGUMENT - if the text is null</li>
567 * </ul>
568 * @exception DWTException <ul> 565 * @exception DWTException <ul>
569 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> 566 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
570 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> 567 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
571 * </ul> 568 * </ul>
572 */ 569 */