GrRaiseWindow

Name

GrRaiseWindow -- Raise a window above its siblings

Synopsis

void GrRaiseWindow (
  GR_WINDOW_ID wid
);
    

Parameters

wid

The ID of the window you want to raise.

Description

The GrRaiseWindow function raises a window to the highest level among its siblings -- windows that have the same parent as the wid window. A raised window appears above all its siblings.