diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-21 16:01:56 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-21 16:01:56 +0100 |
| commit | 92f4fb026c51d68cda6ad25159af01d60ad584e0 (patch) | |
| tree | cd6fece6013e24fe31720624e2faf567baa513c5 /icons.mac | |
| parent | ba3df2e05c35aa5addb600e436d8408bd35b2f5b (diff) | |
| download | G4BeamTest-92f4fb026c51d68cda6ad25159af01d60ad584e0.tar.gz G4BeamTest-92f4fb026c51d68cda6ad25159af01d60ad584e0.zip | |
add macros
Diffstat (limited to 'icons.mac')
| -rw-r--r-- | icons.mac | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/icons.mac b/icons.mac new file mode 100644 index 0000000..84591fe --- /dev/null +++ b/icons.mac @@ -0,0 +1,26 @@ +#
+# This file permits to customize, with commands,
+# the icon menu bar of the G4UIQt sessions not yet implemented other UI drivers (geant4-09-05-ref-09)
+# It has no effect with G4UIterminal.
+
+# open/save icons
+/gui/addIcon "Open macro file" open /control/execute
+/gui/addIcon "Save viewer state" save /vis/viewer/save
+
+# Cursors style icons
+/gui/addIcon "Move" move
+/gui/addIcon "Pick" pick
+/gui/addIcon "Zoom out" zoom_out
+/gui/addIcon "Zoom in" zoom_in
+/gui/addIcon "Rotate" rotate
+
+# Surface Style icons
+# Surface Style icons
+/gui/addIcon "Hidden line removal" hidden_line_removal
+/gui/addIcon "Hidden line and hidden surface removal" hidden_line_and_surface_removal
+/gui/addIcon "Surfaces" solid
+/gui/addIcon "Wireframe" wireframe
+
+# Perspective/Ortho icons
+/gui/addIcon "Perspective" perspective
+/gui/addIcon "Orthographic" ortho
|
