focus.htm 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
  2. <html><head>
  3. <title>focus</title>
  4. </head><body>
  5. <p>[<a href="mxdoc.htm">mainpage</a>]
  6. [<a href="tags.htm">tags</a>]<br>
  7. <h1>tag: focus</h1><ul><li>
  8. <a name=" define mx_wantfocus(o,w)"><code># define mx_wantfocus(o,w)</code></a>
  9. <p>
  10. <p><b>Determine if an object wants the focus or not</b><p>
  11. This function return non-zero if the focus was changed. In this case the
  12. object probaly needs to be marked as dirty.
  13. (<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>)
  14. <p></li>
  15. <li>
  16. <a name=" define mx_focused(o)"><code># define mx_focused(o)</code></a>
  17. <p>
  18. <p><b>Return if an MX_OBJ is focused or not </b><p>
  19. (<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>)
  20. <p></li>
  21. <li>
  22. <a name=" define mx_focus_default(o)"><code># define mx_focus_default(o)</code></a>
  23. <p>
  24. <p><b>Set a object to be the default focus object</b><p>
  25. This function returns non-zero if the object immediatly received the focus
  26. i.e. no other object has the focus at that moment.
  27. (<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>)
  28. <p></li>
  29. </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
  30. </body></html>