ButtonBar command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| <span class="f_Label">Action:</span> |width="50%"| <span class="f_Para">Opens and determines the position of the Client's main review_common_buttons...")
 
No edit summary
Line 3: Line 3:
|width="50%"| <span class="f_Label">Action:</span>
|width="50%"| <span class="f_Label">Action:</span>
|width="50%"|
|width="50%"|
<span class="f_Para">Opens and determines the position of the Client's main [[review_common_buttons.html|button bar]] in a </span><span class="f_ListBul2">Client [[open_external_window.html|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_cmd.html|mainButtonBar]]</span><span class="f_Para"> command. </span>
<span class="f_Para">Opens and determines the position of the Client's main [[review_common_buttons.html|button bar]] in a </span><span class="f_ListBul2">Client [[open_external_window.html|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>


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

Revision as of 21:31, 6 June 2022

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