2.333 .sizeraster

This attribute determines the interpretation of the attribute values for the size of an object (.width, .height). It can be used to specify the size of an object depending on the used grid or exactly in pixels.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

Value range

true
The values of the size attributes are interpreted as grid units. The underlying grid is the grid of the parent object.
false
The values of the size attributes are interpreted as pixel units. The grid of the parent object is ignored.

Note on IDM for Motif (from IDM A.05.02.e)

The resizing of windows with .sizeraster = true happens in increments of the grid, provided this is supported by the window manager.

See also

Attribute .posraster