GrGetWMProperties

Name

GrGetWMProperties -- Retrieve window management data for a window

Synopsis

void GrGetWMProperties (
  GR_WINDOW_ID       wid,
  GR_WM_PROPERTIES * wmprops
);

Parameters

wid

The window number.

wip

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

Description

The GrGetWMProperties function retrieves window management data about the specified window, including property flags and bits, the window title, background color and border size. If the GrGetWMProperties function cannot find a window with the number wid, it sets the returned flags to zero and the remainder of the information is undefined.