comparison dwt/custom/CTabItem.d @ 17:5b53d338c709

Fixed some errors after latest merge
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 29 Aug 2008 22:04:22 +0200
parents f565d3a95c0a e831403a80a9
children 6337764516f1
comparison
equal deleted inserted replaced
16:fb2555104d70 17:5b53d338c709
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>