(Fwd) Re: About ControlBar....

Valery Fine (fine@mail.cern.ch)
Tue, 29 Jul 1997 10:37:55 +0100


------- Forwarded Message Follows -------
On 29 Jul 97 at 9:46, Dimos Sampsonidis wrote:

>
> Hi,
> I' d like to make a stand-alone program, which starts with a
> ControlBar. At each action on Controlbar button, I would like to
> call a function, which will do whatever graph display or anything
> else. How could I do this whithout using macro files.
>
To start your program with a control bar the only thing you need is
to edit the rootlogon.C script to call your macro(C/C++ subroutine,
create a C++ object for the pre-compiler C++ class etc ).

You may try another approach just go to our Tutorials subdirectory
and try as follows:

$ root demos.c

Hope this helps.
Valery