Hierarchical description of variables windom.window.bg.style windom.window.effect
Programming guideline of WinDom

windom.window.center

Name

windom.window.center - define how windows and formulars are centered.

Type

Variable

Syntax

windom.window.center = {screen|mouse|form|upleft|upright|dnleft|dnright}

Default value

windom.window.center = screen

Description

This variable defines how windows (and formulars) are centered or, in a general way, defines how the output of GrectCenter() is computed. If a center request is given to WindOpen() (i.e. x=-1, y=-1), WindOpen() computes the position with GrectCenter(). The results depends on the value of windom.windom.center. Possible values are:

Related functions

GrectCenter(), WindOpen(), FormCreate(), FormBegin(), FormWindBegin()

Parent group

windom.window