Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 82a8be034ef45778a36e24db776f17cb > files > 47

polyml-doc-5.4.1-1.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>Windows Interface Reference: Keyboard structure</title>
</head>

<body>

<h1>Keyboard </h1>

<p>The Keyboard structure contains functions to select the window to receive keyboard
input.</p>

<pre>structure Keyboard:
  sig
    type HWND
    val EnableWindow : HWND * bool -&gt; bool
    val <a
name="GetActiveWindow">GetActiveWindow</a> : unit -&gt; HWND option
    val GetFocus : unit -&gt; HWND option
    val IsWindowEnabled : HWND -&gt; bool
    val SetActiveWindow : HWND -&gt; HWND
    val SetFocus : HWND option -&gt; HWND option
  end</pre>
</body>
</html>