CTabFolder.setMinimumCharacters

Sets the minimum number of characters that will be displayed in a fully compressed tab.

@param count the minimum number of characters that will be displayed in a fully compressed tab

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> <li>ERROR_INVALID_RANGE - if the count is less than zero</li> </ul>

@since 3.0

class CTabFolder
void
setMinimumCharacters
(
int count
)

Meta