>
> 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