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