Re: Use of TStyle.

Rene Brun (Rene.Brun@cern.ch)
Thu, 22 May 1997 12:39:29 +0200


OLSZEWSKI@vsk02.ifj.edu.pl wrote:
>
> Hi,
>
> I find that some objects that use TStyle settings use them at the time
> they are created. It would be nice to be able to apply these settings
> some time later (add a function SetStyle to these objects).
>

Yes, we agree.
We have already discussed this point and came to the conclusion that
the following options should be implemented:
1- Use gStyle info when objects are created (now implemented)
2- Set individual object attributes (now implemented)
3- Ignore current object attributes, take from gStyle (new facility)
4- Copy gStyle attributes to object (what you required).

points 3 and 4 are on our shoping list.

Rene Brun