Merge branch 'master' of git://git.gromacs.org/gromacs
[gromacs/adressmacs.git] / share / html / online / dlg.html
blobdf33d7dd5b62b71ddea2b55069c3386163676d6a
1 <title>dlg file format</title>
2 <LINK rel=stylesheet href="style.css" type="text/css">
3 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#650065" alink="#FF0000">
4 <h2>dlg file format</h2>
5 <CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH="98%">
6 <TR>
7 <TD><font size=-1><A HREF="../online.html">Main Table of Contents</A></font></TD>
8 <TD ALIGN=RIGHT><B>VERSION 4.0</B></TR>
9 <TR><TD><font size=-1><A HREF="http://www.gromacs.org">GROMACS homepage</A></font></TD>
10 <TD ALIGN=RIGHT><B>Sun 18 Jan 2009</B></TR></TABLE></CENTER><HR>
11 <h3>Description</h3>
12 The dlg file format is used as input for the <a href="ngmx.html">ngmx</a>
13 trajectory viewer. These files are not meant to be altered bu the end user.
14 <h3>Sample</h3>
15 <pre>
16 grid 39 18 {
18 group "Bond Options" 1 1 16 9 {
19 radiobuttons { " Thin Bonds" " Fat Bonds" " Very Fat Bonds" " Spheres" }
20 "bonds" "Ok" " F" "help bonds"
23 group "Other Options" 18 1 20 13 {
24 checkbox " Show Hydrogens" "" "" "FALSE" "help opts"
25 checkbox " Draw plus for atoms" "" "" "TRUE" "help opts"
26 checkbox " Show Box" "" "" "TRUE" "help opts"
27 checkbox " Remove PBC" "" "" "FALSE" "help opts"
28 checkbox " Depth Cueing" "" "" "TRUE" "help opts"
29 edittext "Skip frames: " "" "" "0" "help opts"
32 simple 1 15 37 2 {
33 defbutton "Ok" "Ok" "Ok" "Ok" "help bonds"
37 </pre>
38 <hr>
39 <div ALIGN=RIGHT>
40 <font size="-1"><a href="http://www.gromacs.org">http://www.gromacs.org</a></font><br>
41 </div>
42 </body>