comparison dwt/custom/TableTree.d @ 323:964972e7fa4d

Sync dwt/custom with dwt-win
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:49 +0200
parents 5a30aa9820f3
children
comparison
equal deleted inserted replaced
322:96b14a31d9b3 323:964972e7fa4d
762 * then all items are ignored. 762 * then all items are ignored.
763 * 763 *
764 * @param items the array of items 764 * @param items the array of items
765 * 765 *
766 * @exception IllegalArgumentException <ul> 766 * @exception IllegalArgumentException <ul>
767 * <li>ERROR_NULL_ARGUMENT - if one of the items is null</li>
768 * <li>ERROR_INVALID_ARGUMENT - if one of the item has been disposed</li> 767 * <li>ERROR_INVALID_ARGUMENT - if one of the item has been disposed</li>
769 * </ul> 768 * </ul>
770 * @exception DWTException <ul> 769 * @exception DWTException <ul>
771 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> 770 * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
772 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> 771 * <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>