~ubuntu-branches/ubuntu/wily/geant321/wily

« back to all changes in this revision

Viewing changes to debian/add-ons/app-defaults/Geant++

  • Committer: Bazaar Package Importer
  • Author(s): Kevin B. McCarty
  • Date: 2007-01-30 17:29:05 UTC
  • Revision ID: james.westby@ubuntu.com-20070130172905-rkvc41lmty0svo78
Tags: 1:3.21.14.dfsg-4
The fix in version -2 turned out to be only a partial solution.  Instead
set the names of the FLUKA methods to 'NULL' in geant321/gcnmec.inc
in patch 001 so they will never be called by any function that checks to
see whether they are present.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
! Use light gray widgets instead of the hideous default blue
 
1
! Set some geometric constraints on UI widgets.
 
2
! DO NOT remove or change the following six lines, or the GEANT 3.21 GUI
 
3
! will become buggy!
 
4
Geant++*kuipBrowser*fileScWindow.width:         80
 
5
Geant++*kuipBrowser*fileScWindow.bottomOffset:  52
 
6
Geant++*kuipBrowser*fileScWindow.topOffset:     59
 
7
Geant++*kuipBrowser*dirScWindow.bottomOffset:   52
 
8
Geant++*kuipBrowser*dirScWindow.topOffset:      59
 
9
Geant++*kuipBrowser*separatorGadget1.topPosition:       50
2
10
 
 
11
! Use light gray widgets with a white-background file browser
3
12
Geant++*background:             gray
4
13
Geant++*dirlist*background:     white
5
14
Geant++*foreground:             black
14
23
Geant++*helpFont:               *-courier-medium-r-normal-*-120-*
15
24
Geant++*fontList:               *-helvetica-medium-r-normal-*-120-*
16
25
 
 
26
! some color for the browser icons:
 
27
 
 
28
! directory-like things
 
29
Geant++*dirlist*dir*iconForeground:             blue
 
30
Geant++*dirlist*DirFile*iconForeground:         blue
 
31
Geant++*dirlist*DirUpFile*iconForeground:       blue
 
32
Geant++*dirlist*Menu*iconForeground:            blue
 
33
 
 
34
! executable-like things
 
35
Geant++*dirlist*Cmd*iconForeground:             turquoise
 
36
Geant++*dirlist*MacFile*iconForeground:         turquoise
 
37
Geant++*dirlist*ExFile*iconForeground:          turquoise
 
38
 
 
39
! disabled things
 
40
Geant++*dirlist*InvCmd*iconForeground:          gray
 
41
Geant++*dirlist*NoFile*iconForeground:          gray
 
42
 
 
43
! various colors for histograms and ntuples
 
44
Geant++*dirlist*1d*iconForeground:              DarkGoldenrod3
 
45
Geant++*dirlist*2d*iconForeground:              DeepPink3
 
46
Geant++*dirlist*ntuple*iconForeground:          SteelBlue3
 
47
Geant++*dirlist*pict*iconForeground:            green4
 
48
Geant++*dirlist*chain*iconForeground:           blue
 
49
Geant++*dirlist*entry*iconForeground:           OrangeRed