MainButtonBar 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">Determines the position within the </span><span class="f_ListBul2">Client </span><span class="f_Para...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Determines the position within the </span><span class="f_ListBul2">Client </span><span class="f_Para">window (non-external) of the main [[review_common_buttons.html|button bar]]. To place the button bar in an external</span><span class="f_ListBul2"> </span><span class="f_Para">window, use the </span><span class="f_Monospace">[[ButtonBar command|buttonBar]]</span><span class="f_Para"> command. </span>
<span class="f_Para">Determines the position within the </span><span class="f_ListBul2">Client </span><span class="f_Para">window (non-external) of the main [[Button Bar|button bar]]. To place the button bar in an external</span><span class="f_ListBul2"> </span><span class="f_Para">window, use the </span><span class="f_Monospace">[[ButtonBar command|buttonBar]]</span><span class="f_Para"> command. </span>


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

Revision as of 16:07, 6 December 2022

Action:

Determines the position within the Client window (non-external) of the main button bar. To place the button bar in an external window, use the buttonBar command.

Syntax:

mainButtonBar position  

where position is one of these options:

  • top places the bar in its default location, above the Client main window.
  • center places the bar below the main window (but above the search, tracing, and value displaying controls).
  • bottom places the bar at the very bottom of the Client window.
Client menu: File > Preferences > Main Button Bar
Introduced: Build 57