Hi,
Is there a way (function) to reset a TEveBrowser with new stuff (tabs and button) to a default TEveBrowser?
Thank you,
A
Hi,
Is there a way (function) to reset a TEveBrowser with new stuff (tabs and button) to a default TEveBrowser?
Thank you,
A
Hmmh, you could use TRootBrowser functionality to remove the extra tabs … but the gui structure in there must be built correctly to support such deletion, with proper cleanup flags for frames and layout-hints.
root.cern.ch/root/htmldoc/TRootB … :RemoveTab
Cheers,
Matevz