DfInqViewGroup(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DfInqViewGroup − Return the handle for a frame’s view group
SYNOPSIS
C:
DtObject DfInqViewGroup(frame)
DtObject frame;
Fortran:
INTEGER∗4 DFQVG(FRAME)
INTEGER∗4 FRAME
DESCRIPTION
DfInqViewGroup returns the handle for a frame’s view group. The view group is part of every frame and contains the view handles of all the views associated with the frame (see DoView). When the frame is updated, all views in its view group are updated in order. One may edit the view group (via the group editing functions) to arrange the views in the desired order of update. When a frame is updated, all non-view objects found in its view group are ignored.
ERRORS
DfInqViewGroup will fail if the frame handle is invalid; DcNullObject <DCNULL> is returned.
[WARNING - invalid frame handle]
SEE ALSO
September 29, 2021