projman/hlp/ru/tk/lower.html
2015-10-19 14:27:31 +04:00

34 lines
723 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>lower</title>
</head>
<body>
<h1>lower</h1>
<p>Команда изменяет положение окна в очереди стека.</p>
<h2><a name="СИНТАКСИС"></a>СИНТАКСИС</h2>
<pre>
<strong>lower</strong> ?<em>window belowThis</em>?
</pre>
<h2><a name="ОПИСАНИЕ"></a>ОПИСАНИЕ</h2>
<p>Команда <strong>lower</strong> перемещает окно <em>window</em>
в очереди стека либо ниже всех окон, имеющих одинаковый с
<em>window</em> уровень иерархии, либо после одного из них,
заданного аргументом <em>belowThis</em>. Окна, оказавшиеся выше
данного окна, заслоняют его.</p>
</body>
</html>