123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
- <html><head>
- <title>focus</title>
- </head><body>
- <p>[<a href="mxdoc.htm">mainpage</a>]
- [<a href="tags.htm">tags</a>]<br>
- <h1>tag: focus</h1><ul><li>
- <a name=" define mx_wantfocus(o,w)"><code># define mx_wantfocus(o,w)</code></a>
- <p>
- <p><b>Determine if an object wants the focus or not</b><p>
- This function return non-zero if the focus was changed. In this case the
- object probaly needs to be marked as dirty.
- (<a href="../include/depui/corepui.h">../include/depui/corepui.h</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
- <p></li>
- <li>
- <a name=" define mx_focused(o)"><code># define mx_focused(o)</code></a>
- <p>
- <p><b>Return if an MX_OBJ is focused or not </b><p>
- (<a href="../include/depui/corepui.h">../include/depui/corepui.h</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
- <p></li>
- <li>
- <a name=" define mx_focus_default(o)"><code># define mx_focus_default(o)</code></a>
- <p>
- <p><b>Set a object to be the default focus object</b><p>
- This function returns non-zero if the object immediatly received the focus
- i.e. no other object has the focus at that moment.
- (<a href="../include/depui/corepui.h">../include/depui/corepui.h</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
- <p></li>
- </ul><p>Generated by <a href="http://www.deleveld.dds.nl/mxdoc/index.htm">MXDOC</a> 2.2 on Sun Feb 4 15:16:26 2007
- </body></html>
|