norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Add a per tab close button setting (patch included) #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

I needed to have a close button on some tabs but not on others. 

I have attached a patch to support this so after you create a tab you can 
specify whether it has a close button by setting HasCloseButton to true or 
false.

Cheers!

Original issue reported on code.google.com by stevefe...@gmail.com on 8 Jul 2014 at 4:50

Attachments:

GoogleCodeExporter commented 9 years ago
Implemented. Each tab now has a new "HideCloseButton" property.

Original comment by paul.tho...@easy-ip.net on 3 Sep 2014 at 7:35