GrGetWindowInfo

Name

GrGetWindowInfo -- Retrieve data for a window

Synopsis

void GrGetWindowInfo (
  GR_WINDOW_ID     wid,
  GR_WINDOW_INFO * wip
);

Parameters

wid

The window number.

wip

A pointer to a GR_WINDOW_INFO structure that will store the requested window information.

Description

The GrGetWindowInfo function retrieves information about the specified font, including the parent window id, the id of the window's first child window, the absolute position of the window in its parent window, and the window's event mask. If the GrGetWindowInfo function cannot find a window with the number wid, it sets the returned window number to zero and the remainder of the information is undefined.