
XV_LEFT_MARGIN
Specifies the margin at the left of the object.
Argument: int
Default: Varies with object
Procs: create, get, set
XV_LOCALE_DIR
This attribute specifies the location of the application’s locale specific files. At present, these include
the app-defaults and LC_MESSAGES directories.
The directory structure referenced by
XV_LOCALE_DIR is:
<XV_LOCALE_DIR>/<locale>/LC_MESSAGES
<XV_LOCALE_DIR>/<locale>/app-defaults
<locale> is expanded differently depending on which internationalization feature is using XV_
LOCALE_DIR.
Argument: char *
Default: $OPENWINHOME/lib/locale
Procs: xv_init()
See Also: 22.3.2.1, 22.2.1.6, 22.1.2.1
XV_MARGIN
Specifies the offset from the border of this object.
Argument: int
Default: Varies with object
Procs: create, get, set
XV_NAME
Specifies an optional name for an object. In some cases, this attribute is used internally by packages.
For instance, the
SERVER package sets the display connection name using this attribute.
Argument: char *
Default: Varies with object
Procs: create, get, set
Objects: All
See Also: 15.3.1
XV_OWNER
Returns the object’s owner. The object returned varies among packages.
Return Type: Xv_opaque
Procs: get
Objects: All
XV_RECT
Specifies the object’s bounding box; that is, the smallest rectangle that contains the object. The
Rect* returned points to a per-process static storage and thus should not be freed.
Argument: Rect *
Default: None. Should not be set at create ...