ExtraButtonBar command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="775px"|
<span class="f_Para">Opens and determines the position of a Client's [[Button Bar#Launching a second button bar|extra button bar]]. Command options locate the bar in an</span><span class="f_ListBul2"> [[Opening an external window|external window]] or on the Client main window, merged with the main button bar.</span><span class="f_Para"> </span>
<span class="f_Para">Opens and determines the position of a Client's [[Button Bar#Launching a second button bar|extra button bar]]. Command options locate the bar in an</span><span class="f_ListBul2"> [[Opening an external window|external window]] or on the Client main window, merged with the main button bar.</span><span class="f_Para"> </span>



Latest revision as of 21:20, 30 January 2023

Action:

Opens and determines the position of a Client's extra button bar. Command options locate the bar in an external window or on the Client main window, merged with the main button bar.

Syntax:

extraButtonBar [position]  

where position is one of these options that control the disposition of the extra button bar (the Extra Buttons 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.
  • main adds the extra buttons to the main button bar, immediately following the last main button. This is equivalent to selecting the Extra Buttons option in the Preferences dialog box.
  • hide closes the Extra Buttons window.
  • show opens the window and restores the previous dock mode, if any, or uses float as the default mode.

If the Extra Buttons window is already open, show has no effect.

The show parameter is the default.

Client menu: Window > Show Extra Button Bar Window
Introduced: Build 56