SetToolbar System Command

SETTOOLBAR System Commands

Sets the toolbar buttons.

settoolbar ()...

command/s The name of a menu command.

SCRIPT/s The name of an internal script.

SPACE/k Inserts space between buttons.

Notes:

Menu command names are abbreviated. Record the setting of the toolbar to find the names you need because there are too many to list here.

Include the ellipsis for script names.

Examples:

settoolbar new open savedoc print space cut copy ¨
paste delete space undo redo space linktext ¨
breaktextrouting space indentleft indentright ¨
hangingindent space execute preferences

settoolbar execute space script "Toggle Fill" ¨

 

SetToolbar  Command Definition  url:PGScmd/settoolbar
  created:2006-03-31 10:53:00   last updated:2006-03-31 10:53:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetToolbar
Dan Kilroy wrote...2006-05-04 13:38:42

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetToolbar ([menucmds | SCRIPT scriptname | SPACE][repeated])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetToolbar