Line | |
---|
1 | #############################################################################
|
---|
2 | # #
|
---|
3 | # This is the name of the logon macro (executed at root startup) and the #
|
---|
4 | # logoff macro (executed when quiting root) #
|
---|
5 | # #
|
---|
6 | #############################################################################
|
---|
7 |
|
---|
8 | Rint.Logon: ${PROJECT_BINARY_DIR}/rootlogon.C
|
---|
9 | Rint.Logoff: ${PROJECT_BINARY_DIR}/rootlogoff.C
|
---|
10 |
|
---|
11 | #############################################################################
|
---|
12 | # #
|
---|
13 | # This is used if you want to use the root documentation facility to #
|
---|
14 | # create the documentation of the code out of the code #
|
---|
15 | # #
|
---|
16 | #############################################################################
|
---|
17 |
|
---|
18 | Root.Html.DescriptionStyle: Doc++
|
---|
19 |
|
---|
20 | Root.Html.Author: ! Author(s):
|
---|
21 | Root.Html.Copyright: ! Copyright
|
---|
22 | Root.Html.Modified: ! Modified:
|
---|
23 | Root.Html.Description // ----
|
---|
24 |
|
---|
25 | Root.Html.Root: http://root.cern.ch/root/htmldoc/
|
---|
26 | Root.Html.HomePage: http://magic.astro.uni-wuerzburg.de/mars/
|
---|
27 | Root.Html.SearchEngine: http://magic.astro.uni-wuerzburg.de/mars/search.html
|
---|
28 | Root.Html.ViewCVS: http://www.astro.uni-wuerzburg.de/viewcvs/
|
---|
29 |
|
---|
30 |
|
---|
31 | #############################################################################
|
---|
32 | # #
|
---|
33 | # Some default changes #
|
---|
34 | # #
|
---|
35 | #############################################################################
|
---|
36 |
|
---|
37 | #Canvas.HighLightColor: 3
|
---|
38 | #Canvas.MoveOpaque: 0
|
---|
39 | #Canvas.ResizeOpaque: 0
|
---|
40 | Canvas.ShowEventStatus: Yes
|
---|
41 | #Canvas.ShowToolBar: Yes
|
---|
42 | #Canvas.ShowEditor: Yes
|
---|
43 | #Canvas.AutoExec: No
|
---|
Note:
See
TracBrowser
for help on using the repository browser.