Fixed docs.
svn path=/trunk/KDE/kdebase/workspace/; revision=1180330
This commit is contained in:
parent
1033a5a028
commit
481af628f4
2 changed files with 5 additions and 5 deletions
|
@ -321,11 +321,11 @@
|
|||
</method>
|
||||
|
||||
<method name="setKeepAbove">
|
||||
<param name="keepabove">The 'Keep Above others' parameter to be applied to the client</param>
|
||||
<param name="keepabove" type="boolean">The 'Keep Above others' parameter to be applied to the client</param>
|
||||
<desc>Sets the 'Keep Above others' parameter value or unsets it according to keepabove.</desc>
|
||||
</method>
|
||||
|
||||
<method name="setKeepBelow">
|
||||
<method name="setKeepBelow" type="boolean">
|
||||
<param name="keepbelow">The 'Keep Below others' parameter to be applied to the client</param>
|
||||
<desc>Sets the 'Keep Below others' parameter value or unsets it according to keepbelow.</desc>
|
||||
</method>
|
||||
|
|
|
@ -490,12 +490,12 @@
|
|||
<div class="method">
|
||||
<h4>client.setKeepAbove</h4>
|
||||
<ul>
|
||||
<li>client.setKeepAbove(keepabove {})</li>
|
||||
<li>client.setKeepAbove(keepabove {boolean})</li>
|
||||
</ul>
|
||||
<p class="desc">Sets the 'Keep Above others' parameter value or unsets it according to keepabove.</p>
|
||||
<p class="footdocs">setKeepAbove(keepabove {})<br />
|
||||
<p class="footdocs">setKeepAbove(keepabove {boolean})<br />
|
||||
<ul>
|
||||
<li><strong>keepabove {}</strong>: The 'Keep Above others' parameter to be applied to the client</li>
|
||||
<li><strong>keepabove {boolean}</strong>: The 'Keep Above others' parameter to be applied to the client</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue