ButtonBar command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| <span class="f_Label">Action:</span>
|width="125px"| '''Action:'''
|width="50%"|
|width="775px"|
<span class="f_Para">Opens and determines the position of the Client's main [[Button Bar|button bar]] in a </span><span class="f_ListBul2">Client [[Opening an external window|external window.]]</span><span class="f_Para"> To locate the button bar within the </span><span class="f_ListBul2">Client main </span><span class="f_Para">window, use the </span><span class="f_Monospace">[[MainButtonBar command|mainButtonBar]]</span><span class="f_Para"> command. </span>
<span class="f_Para">Opens and determines the position of the Client's main [[Button Bar|button bar]] in a </span><span class="f_ListBul2">Client [[Opening an external window|external window.]]</span><span class="f_Para"> To locate the button bar within the </span><span class="f_ListBul2">Client main </span><span class="f_Para">window, use the </span><span class="f_Monospace">[[MainButtonBar command|mainButtonBar]]</span><span class="f_Para"> command. </span>


Line 20: Line 20:


*''show''<span class="f_ListBul1"> opens the window and restores the previous dock mode, if any. </span>
*''show''<span class="f_ListBul1"> opens the window and restores the previous dock mode, if any. </span>
** If the main button bar is not currently an external window, ''show'' makes it external and restores its previous dock mode, if any, or uses ''float'' as the default mode.  
** If the main button bar is not currently an external window, ''show'' makes it external and restores its previous dock mode, if any, or uses ''float'' as the default mode.  
** If the main button bar is already in an external window, ''show''<span class="f_ListBul2"> has no effect. </span>
** If the main button bar is already in an external window, ''show''<span class="f_ListBul2"> has no effect. </span>


The ''show'' parameter is the default.  
The ''show'' parameter is the default.  
|-
|-
| <span class="f_Label">Client menu:</span>
| <span class="f_Label">'''Client menu:'''</span>
| <span class="f_GUIlabel">Window</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Show Button Bar in External Window</span><span class="f_Para"> </span>
| <span class="f_GUIlabel">Window</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Show Button Bar in External Window</span><span class="f_Para"> </span>
|-
|-
| <span class="f_Label">Introduced:</span>
| <span class="f_Label">'''Introduced:'''</span>
| <span class="f_Para">Build 55</span>
| <span class="f_Para">Build 55</span>
|}
|}


[[Category:Debugger Commands]]
[[Category:Debugger Commands]]

Latest revision as of 00:48, 26 January 2023

Action:

Opens and determines the position of the Client's main button bar in a Client external window. To locate the button bar within the Client main window, use the mainButtonBar command.

Syntax:

buttonBar [position]

where position is one of these options that control the disposition of the external button bar (the Button Bar window):

  • top docks the window (places it, immobile) at the top left corner of the desktop.
  • bottom docks the window at the bottom left corner of the desktop.
  • float places the window centrally and not docked (movable) on the desktop.
  • hide closes the window.
  • show opens the window and restores the previous dock mode, if any.
    • If the main button bar is not currently an external window, show makes it external and restores its previous dock mode, if any, or uses float as the default mode.
    • If the main button bar is already in an external window, show has no effect.

The show parameter is the default.

Client menu: Window > Show Button Bar in External Window
Introduced: Build 55