You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
702 B
27 lines
702 B
<refentry id="htmlhelp.window.geometry">
|
|
<refmeta>
|
|
<refentrytitle>htmlhelp.window.geometry</refentrytitle>
|
|
<refmiscinfo role="type">string</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>htmlhelp.window.geometry</refname>
|
|
<refpurpose>Set initial geometry of help window</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='htmlhelp.window.geometry.frag'>
|
|
<xsl:param name="htmlhelp.window.geometry"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>This parameter specifies initial position of help
|
|
window. E.g.</para>
|
|
|
|
<programlisting><![CDATA[<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param>]]></programlisting>
|
|
|
|
</refsect1>
|
|
</refentry>
|
|
|