XieQueryOpDefaults(3X) — Subroutines
Digital
NAME
XieQueryOpDefaults − This routine obtains the current operational default constraint model from the server.
C Format
XieQueryOpDefaults(dpy, model_ret, levels_ret)
C Argument Information
Display ∗dpy;
int ∗model_ret;
unsigned long levels_ret[];
RETURN VALUES
None.
PARAMETERS
dpyThe dpy argument specifies the X11 display identifier returned by the XOpenDisplay routine.
model_retThe model_ret argument specifies the pointer to the location to which the routine returns the current constraint model information.
| Symbol | Operation Performed |
| XieK_HardClip | Apply hard clip model |
| XieK_ClipScale | Apply clip scale model |
| XieK_HardScale | Apply hard scale model |
levels_retThe levels_ret argument specifies the address of the array to which the routine returns the number of levels to which each component is constrained. The length must be at least equal to XieK_MaxComponents.
DESCRIPTION
This routine obtains the current operational default constraint model from the server.
XIE Events and Error Messages
Protocol Messages: X_ieQueryOpDefaults
XIE event returned: None
XieLib errors: Reply error, BadLength
XieServer errors: None