System Reference Summary : 6. 4GL System Constants : System Constants : Line Width Settings
 
Share this page                  
Line Width Settings
Constant Value
Description
Numeric Equivalent
LW_DEFAULT
Use the default line width. This is different for different objects.
-1
LW_NOLINE
Use no line at all
0
LW_MINIMUM
Use a one-pixel line width
1
LW_VERYTHIN
Use a very thin line
2
LW_THIN
Use a thin line
3
LW_MIDDLE
Use a middle width line
4
LW_THICK
Use a thick line
5
LW_MAXIMUM
Use the maximum thickness line
6
LW_VERYTHICK
Use a very thick line
6
LW_EXTRATHIN
Use a very, very thin line (between LW_MINIMUM and LW_VERYTHIN)
7
For more information about setting specific line widths, see the II_W4GL_LINEWIDTHS environment variable in the Workbench User Guide.