| Lugaru's Epsilon Programmer's
 Editor 14.00
 
 
Context:
 
 
 | 
 
 
Epsilon User's Manual and Reference > 
Variable Reference > 
 mode-line-position: preference variableDefault value: 3
The mode-line-position variable specifies how
to position the title text in a tiled window. To set it in an EEL
function, use one of the following macros defined in codes.h. (These
are the same as those used by the window_title( ) primitive.)
The TITLELEFT(n)macro, which is defined as(1 + (n)),
positions the titlencharacters from the left edge of the window.
TheTITLERIGHT(n)macro, defined as(-(1 + (n))), positions
the titlencharacters from the right edge of the window. TheTITLECENTERmacro, defined as0, centers the title in the
window. 
 
 
 
 
 
 
  Epsilon Programmer's Editor 14.00 manual. Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved. |