2c138926ada6ccd386e93c05bf9444f85f6319eb
[alexxy/gromacs.git] / share / html / online / dlg.html
1 <title>dlg file format</title>
2 <h3>Description</h3>
3 The dlg file format is used as input for the
4 <a href="../programs/gmx-view.html">gmx view</a>
5 trajectory viewer. These files are not meant to be altered bu the end user.
6 <h3>Sample</h3>
7 <pre>   
8 grid 39 18 {
9
10 group "Bond Options" 1 1 16 9 {
11   radiobuttons { " Thin Bonds"  " Fat Bonds" " Very Fat Bonds" " Spheres" }
12         "bonds" "Ok" " F" "help bonds"
13 }       
14
15 group "Other Options" 18 1 20 13 {
16   checkbox " Show Hydrogens"  ""        "" "FALSE"      "help opts"
17   checkbox " Draw plus for atoms" ""    "" "TRUE"       "help opts"
18   checkbox " Show Box"          ""      "" "TRUE"       "help opts"
19   checkbox " Remove PBC"        ""      "" "FALSE"      "help opts"
20   checkbox " Depth Cueing"      ""      "" "TRUE"       "help opts"
21   edittext "Skip frames: "      ""      "" "0"          "help opts"
22 }
23
24 simple 1 15 37 2 {
25   defbutton "Ok" "Ok" "Ok" "Ok" "help bonds"
26 }
27
28 }
29 </pre>