Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/basic/B5/icons.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # This file permits to customize, with commands,
0003 # the icon menu bar of the G4UIQt sessions not yet implemented other UI drivers (geant4-09-05-ref-09)
0004 # It has no effect with G4UIterminal.
0005 
0006 # disable default icons
0007 /gui/defaultIcons false
0008 
0009 # open/save icons
0010 /gui/addIcon "Open macro file" open /control/execute
0011 /gui/addIcon "Save viewer state" save /vis/viewer/save
0012 
0013 # Cursors style icons 
0014 /gui/addIcon "Move" move 
0015 /gui/addIcon "Pick" pick 
0016 /gui/addIcon "Zoom out" zoom_out 
0017 /gui/addIcon "Zoom in" zoom_in 
0018 /gui/addIcon "Rotate" rotate 
0019 
0020 # Surface Style icons
0021 # Surface Style icons
0022 /gui/addIcon "Hidden line removal" hidden_line_removal 
0023 /gui/addIcon "Hidden line and hidden surface removal" hidden_line_and_surface_removal 
0024 /gui/addIcon "Surfaces" solid 
0025 /gui/addIcon "Wireframe" wireframe 
0026 
0027 # Perspective/Ortho icons
0028 /gui/addIcon "Perspective" perspective 
0029 /gui/addIcon "Orthographic" ortho