Programming guideline of WinDom
- Name
-
windom.window.bg.pattern - set the pattern type of window
background.
- Type
-
Variable
- Syntax
-
windom.window.bg.pattern = VDI pattern index (0,1,2,3)
- Default value
-
windom.window.bg.pattern = 1 (FIS_SOLID)
- Description
-
This variable sets the type of pattern used to draw the
window background. (the value is given to vsf_interior()).
Different pattern type are :
- 0 (FIS_HOLLOW) : hollow interior
- 1 (FIS_SOLID) : solid interior
- 2 (FIS_PATTERN) : pattern fill
- 3 (FIS_HATCH) : hatched fill
The FIS_PATTERN and FIS_HATCH modes are controled by the
variable windom.window.bg.style. The FIS_HOLLOW and FIS_SOLID
modes don't depend on windom.window.bg.style.
- Related function
-
WindClear()
- Parent group
-
windom.window.bg