Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If neither -left nor -top are specified, the docking window's position is cascaded in relation to other docking windows.

Both Shogun Both Shogun Post's docking windows and user windows can be controlled using this command.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths18%, 11%, 13%, 58%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameTypeRequiredComments
windowNamestringyesName of the window to float. Can be one of Shogun ofShogun Post's docking windows or a user window.

...

NameFlag argumentsArgument typeExclusive toComments
left1integerSpecifies the position, in pixels, of the left side of the docking window, from the top left corner of the screen.
top1integerSpecifies the position, in pixels, of the top side of the docking window, from the top left corner of the screen.
width1integerSpecifies the width, in pixels, of the docking window
height1integerSpecifies the height in pixels, of the docking window

Return value

void

Examples

Code Block
languagetext
// Create a user window and specify its screen position and size 

...


createWindow "FloatTest";

...


floatWindow "FloatTest" -left 100 -top 300 -width 300 -height 200;

Additional information

Related commands

...