Warning, /geant4/examples/advanced/STCyclotron/Macro/GUI/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 # open/save icons
0007 /gui/addIcon "Open macro file" open /control/execute
0008 /gui/addIcon "Save viewer state" save /vis/viewer/save
0009
0010 # Cursors style icons
0011 /gui/addIcon "Move" move
0012 /gui/addIcon "Pick" pick
0013 /gui/addIcon "Zoom out" zoom_out
0014 /gui/addIcon "Zoom in" zoom_in
0015 /gui/addIcon "Rotate" rotate
0016
0017 # Surface Style icons
0018 # Surface Style icons
0019 /gui/addIcon "Hidden line removal" hidden_line_removal
0020 /gui/addIcon "Hidden line and hidden surface removal" hidden_line_and_surface_removal
0021 /gui/addIcon "Surfaces" solid
0022 /gui/addIcon "Wireframe" wireframe
0023
0024 # Perspective/Ortho icons
0025 /gui/addIcon "Perspective" perspective
0026 /gui/addIcon "Orthographic" ortho