Arbortext Command Language > Functions by Alphabetical Listing > window_remove_split
  
window_remove_split
window_remove_split (window[, flag])
This function removes one or more split windows from the frame containing the window identified by window. Note, that window is not removed.
flag specifies which split to remove and is one of the following:
1 — remove the vertical split
2 — remove the horizontal split
3 — remove both the horizontal and vertical splits.
If flag is omitted or 0, then 3 is used, that is, both splits are removed.
window_remove_split returns the number of split windows removed.
Related Topics
window_split function
window_sync_pane function