ExtraButtonBar 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">Opens and determines the position of a Client's review_common_buttons.html#launch_second_bar|extra...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Opens and determines the position of a Client's [[review_common_buttons.html#launch_second_bar|extra button bar]]. Command options locate the bar in an</span><span class="f_ListBul2"> [[open_external_window.html|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>


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


<p class="syntax">extraButtonBar [</span><span class="f_MonoItalTable">position</span><span class="f_CodeExample">]  </p>
<p class="syntax">extraButtonBar [</span><span class="term">position</span><span class="f_CodeExample">]  </p>


<span class="f_Para">where </span><span class="f_EmphItal">position</span><span class="f_Para"> is one of these options that control the disposition of the extra button bar (</span><span class="f_ListBul1">the </span><span class="f_GUIlabel">Extra Buttons</span><span class="f_ListBul1"> window)</span><span class="f_Para">: </span>
<span class="f_Para">where </span><span class="term">position</span><span class="f_Para"> is one of these options that control the disposition of the extra button bar (</span><span class="f_ListBul1">the </span><var>Extra Buttons</var><span class="f_ListBul1"> window)</span><span class="f_Para">: </span>


*'''top''' docks the window (places it, immobile) at the top left corner of the desktop.  
*'''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.
*'''bottom''' docks the window at the bottom left corner of the desktop.
*'''float''' places the window centrally and not docked (movable) on the desktop. </span>
*'''float''' places the window centrally and not docked (movable) on the desktop. </span>
*'''main''' adds the extra buttons to the main button bar, immediately following the last main button. This is equivalent to selecting the <span class="f_GUIlabel">Extra Buttons</span><span class="f_ListBul1"> option in the </span><span class="f_GUIlabel">[[file_menu_opts.html#preferences|Preferences]]</span><span class="f_ListBul1"> dialog box.
*'''main''' adds the extra buttons to the main button bar, immediately following the last main button. This is equivalent to selecting the <var>Extra Buttons</var><span class="f_ListBul1"> option in the </span><var>[[File menu options#Preferences|Preferences]]</var><span class="f_ListBul1"> dialog box.
*'''hide''' closes the </span><span class="f_GUIlabel">Extra Buttons </span><span class="f_ListBul1">window.
*'''hide''' closes the </span><var>Extra Buttons </var><span class="f_ListBul1">window.
*'''show''' opens the window and restores the previous dock mode, if any, or uses '''float''' as the default mode. </span>
*'''show''' opens the window and restores the previous dock mode, if any, or uses '''float''' as the default mode. </span>


<span class="f_ListContinue">If </span><span class="f_ListBul1">the </span><span class="f_GUIlabel">Extra Buttons</span><span class="f_ListBul1"> window</span><span class="f_ListContinue"> is already open, </span><span class="f_Monospace">show</span><span class="f_ListContinue"> has no effect. </span>
<span class="f_ListContinue">If </span><span class="f_ListBul1">the </span><var>Extra Buttons</var><span class="f_ListBul1"> window</span><span class="f_ListContinue"> is already open, </span><span class="f_Monospace">show</span><span class="f_ListContinue"> has no effect. </span>


<span class="f_Para">The </span><span class="f_Monospace">show</span><span class="f_Para"> parameter is the default. </span>
<span class="f_Para">The </span><span class="f_Monospace">show</span><span class="f_Para"> parameter is the default. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''
| <span class="f_GUIlabel">Window</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Show Extra Button Bar Window</span><span class="f_Para"> </span>
| <var>Window</var><span class="f_Para"> &gt; </span><var>Show Extra Button Bar Window</var><span class="f_Para"> </span>
|-
|-
| '''Introduced:'''
| '''Introduced:'''

Revision as of 15:30, 29 November 2022

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