comparison dwt/custom/CTabItem.d @ 7:e831403a80a9

Add 'cast' to casts
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:30:35 +0200
parents 380af2bdd8e5
children 5b53d338c709
comparison
equal deleted inserted replaced
6:b903c16b6f48 7:e831403a80a9
1075 } 1075 }
1076 } 1076 }
1077 1077
1078 /** 1078 /**
1079 * Sets to <code>true</code> to indicate that the receiver's close button should be shown. 1079 * Sets to <code>true</code> to indicate that the receiver's close button should be shown.
1080 * If the parent (CTabFolder) was created with DWT.CLOSE style, changing this value has 1080 * If the parent cast(CTabFolder) was created with DWT.CLOSE style, changing this value has
1081 * no effect. 1081 * no effect.
1082 * 1082 *
1083 * @param close the new state of the close button 1083 * @param close the new state of the close button
1084 * 1084 *
1085 * @exception DWTException <ul> 1085 * @exception DWTException <ul>