Close button in CTabFolderRenderer in SWT
问题 I have a requirement to have a close Button (Native) in CTabFolder for close action. To say precisely I need a native Button with text " close ". I have a CustomCTabFolderRenderer with drawClose method being overidden. I did manage to draw an image, but client didn't like that. Rather than drawing any polygon or image using the GC is there any way to draw a native Button? I could have drawn a rectangle with some text, but I'm worried that it cant give a native look. I would be pretty much