source: trunk/examples/advanced/Rich/macro/gui.mac @ 1321

Last change on this file since 1321 was 807, checked in by garnier, 16 years ago

update

File size: 781 bytes
Line 
1#
2#  This file permits to customize, with commands,
3# the menu bar of the G4UIXm, G4UIWin32 sessions.
4# It has no effect with G4UIterminal.
5#
6# File :
7/gui/addMenu file File
8/gui/addButton file Continue continue
9/gui/addButton file Exit "exit"
10#
11# Run menu :
12/gui/addMenu run Run
13/gui/addButton run run1 "/control/execute ../macro/run1.mac"
14
15#
16# Vis menu :
17/gui/addMenu vis Vis
18/gui/addButton vis Vis0 "/control/execute ../macro/RichTbVis0.mac"
19
20#
21#Setup driver  Menu:
22/gui/addMenu setup Setup
23# /gui/addButton setup Init "/control/execute ../macro/InitRichTb.mac"
24/gui/addButton setup opgl "/control/execute ../macro/SetupOpenGL.mac"
25/gui/addButton setup dawn "/control/execute ../macro/SetupDawn.mac"
26#
27# To limit the output flow in the "dump" widget :
28/event/printModulo 100
29
30
31
Note: See TracBrowser for help on using the repository browser.