70 lines
3.3 KiB
HTML
70 lines
3.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Window Manager Services APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- DSMMST1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
|
|
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
|
|
<!-- File Edited November 2001 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- Java sync-link -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Window Manager Services APIs</h2>
|
|
|
|
<p>The window manager services APIs manage multiple windows, support I/O to
|
|
several active windows, and allow switching between windows. Much of the work
|
|
of the window manager services is performed implicitly through the window
|
|
builder routines.</p>
|
|
|
|
<p>Windows are managed on an activation-group basis. That is, all windows that
|
|
were started within a given activation group will be managed as a unit. You can
|
|
only switch to or end a window that was started within the current activation
|
|
group. If windows need to be redrawn, only those windows within the current
|
|
activation group will be redrawn. A window can be created in one activation
|
|
group and started in another group. The activation group in which the window
|
|
was started will be the group to manage the window.</p>
|
|
|
|
<p>The window manager services APIs are:</p>
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="QsnEndWin.htm">End a Window</A> (QsnEndWin) ends an active, current window and removes it from the screen.</li>
|
|
<li><A HREF="QsnRtvCurWin.htm">Retrieve Current Window</A> (QsnRtvCurWin) returns the handle for the current window.</li>
|
|
<li><A HREF="QsnSetCurWin.htm">Set Current Window</A> (QsnSetCurWin) makes the specified window current.</li>
|
|
<li><A HREF="QsnStrWin.htm">Start a Window</A> (QsnStrWin) starts a window by displaying it and making it the current window.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="dsm.htm">Dynamic Screen Manager APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|