Next: , Previous: , Up: Specifiers   [Contents][Index]


48.4 How a Specifier Is Instanced

Instancing of a specifier in a particular window domain proceeds as follows:

It is also possible to instance a specifier over a frame domain or device domain instead of over a window domain. The C code, for example, instances the top-toolbar-height variable over a frame domain in order to determine the height of a frame’s top toolbar. Instancing over a frame or device is similar to instancing over a window except that specifications for locales that cannot be derived from the domain are ignored. Specifically, instancing over a frame looks first for frame locales, then device locales, then the global locale. Instancing over a device domain looks only for device locales and the global locale.


Next: , Previous: , Up: Specifiers   [Contents][Index]