58 lines
2.6 KiB
HTML
58 lines
2.6 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>UIM Display APIs</title>
|
|
<!-- 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. -->
|
|
<!-- 050118 JETAYLOR Created for V5R4 -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<a name="Top_Of_Page"></a>
|
|
<!--Java sync-link-->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
<h2>UIM Display APIs</h2>
|
|
|
|
<p>The UIM display 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="quiaddpw.htm">Add Pop-Up Window</A> (QUIADDPW) begins the ability to display panels within a pop-up window.</li>
|
|
<li><A HREF="quscmdln.htm">Display Command Line Window</A> (QUSCMDLN) displays a window containing a command line.</li>
|
|
<li><A HREF="quhdsph.htm">Display Help</A> (QUHDSPH) displays help information.</li>
|
|
<li><A HREF="quilngtx.htm">Display Long Text</A> (QUILNGTX) displays a pop-up window containing the string of text that is passed to it.</li>
|
|
<li><A HREF="quidspp.htm">Display Panel</A> (QUIDSPP) displays a panel and waits for the user to press either a function key or the Enter key.</li>
|
|
<li><A HREF="quirmvpw.htm">Remove Pop-Up Window</A> (QUIRMVPW) removes the pop-up window created by the Add Pop-Up Window (QUIADDPW) API.</li>
|
|
<li><A HREF="quhrhlpt.htm">Retrieve Help Text</A> (QUHRHLPT) lets you generate an Extended Markup Language (XML) source listing of the help identifiers in a panel group or menu object.</li>
|
|
<li><A HREF="quisetsc.htm">Set Screen Image</A> (QUISETSC) establishes the screen image for a UIM application.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="uim1.htm">User Interface Manager APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|