WindowToTop command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specif...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specifying </span><span class="f_Monospace">windowToTop Web Buffer</span><span class="f_MonoSpTable"> </span><span class="f_Para">brings an [[open_external_window.html|external]] </span><span class="f_GUIlabel">Web Buffer</span><span class="f_Para"> window to the foreground of your monitor screen. </span>
<span class="f_Para">Brings the specified Client window to the top of your screen's stack of windows. For example, specifying </span><span class="f_Monospace">windowToTop Web Buffer</span><span class="f_MonoSpTable"> </span><span class="f_Para">brings an [[Opening an external window|external]] </span><var>Web Buffer</var><span class="f_Para"> window to the foreground of your monitor screen. </span>


'''Syntax:'''
'''Syntax:'''

Revision as of 02:36, 18 December 2022

Action:

Brings the specified Client window to the top of your screen's stack of windows. For example, specifying windowToTop Web Buffer brings an external Web Buffer window to the foreground of your monitor screen.

Syntax:

windowToTop windowname

where windowname is the (case not important) name, or title, at the top of a Client work window or external window. windowname may end with an asterisk (*) to perform a "wildcard" search (for example, ab* finds the About window).

Client menu: --
Introduced: Build 50