<!ATTLIST GEOMETRY x NMTOKEN #IMPLIED y NMTOKEN #IMPLIED width NMTOKEN #IMPLIED height NMTOKEN #IMPLIED minWidth NMTOKEN #IMPLIED minHeight NMTOKEN #IMPLIED> |
Attribute | Mand. | Description | Default |
x | no | The requested x position. | |
y | no | The requested y position. | |
width | no | The desired width. | |
height | no | The desired height. | |
minWidth | no | The minimum width. | |
minHeight | no | The minimum height. |
<GEOMETRY x='0' y='0' width='640' height='480' minWidth='1600' minHeight='1200'/> |