|
edit_SetStatusLineCaptionsOffsets/5edit_SetStatusLineCaptionsOffsets(window WinHandle, unsigned PosInsert, unsigned PosIndent, unsigned PosWrap, unsigned PosModified) Flow pattern (i,i,i,i,i) RemarksThe default captions displayed in the editor status line to identify editor modes are: Overwrite, Indent, NoIndent, Wrap, UnWrap, Modified, and ReadOnly. A programmer can overwrite these default captions calling the edit_SetStatusLineCaptions predicate. If the specified captions are too long to be properly displayed in the default positions, then these positions can be modified with the call of the edit_SetStatusLineCaptionsOffsets predicate. PosInsert specifies a new position to Insert/Overwrite caption. FailNever fails Errors6900 Specified window is not an editor window |