Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed Jul 31, 2012
1 parent 2ec85ac commit 79a142c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
7 changes: 4 additions & 3 deletions html/en/attrib/iup_globals.html
Expand Up @@ -135,9 +135,10 @@ <h3><a name="INPUTCALLBACKS">INPUTCALLBACKS</a> <span class="style2">(since 3.4)
&quot;NO&quot;) the global callbacks used to intercept global mouse and
keyboard events. The callbacks must be set using the
<a href="../func/iupsetfunction.html">IupSetFunction</a> function using the
following names: GLOBAL<a href="../call/iup_keypress_cb.html">KEYPRESS_CB</a>,
GLOBAL<a href="../call/iup_motion_cb.html">MOTION_CB</a>, GLOBAL<a href="../call/iup_button_cb.html">BUTTON_CB</a>
and GLOBAL<a href="../call/iup_wheel_cb.html">WHEEL_CB</a> (Windows Only). Their parameters are
following names: <strong>GLOBAL</strong><a href="../call/iup_keypress_cb.html"><strong>KEYPRESS_CB</strong></a>,
<strong>GLOBAL</strong><a href="../call/iup_motion_cb.html"><strong>MOTION_CB</strong></a>,
<strong>GLOBAL</strong><a href="../call/iup_button_cb.html"><strong>BUTTON_CB</strong></a>
and <strong>GLOBAL</strong><a href="../call/iup_wheel_cb.html"><strong>WHEEL_CB</strong></a> (Windows Only). Their parameters are
the same as the standard callbacks, but without the <strong>Ihandle</strong>*
parameter.</p>
<h2 style="text-align: center">System <a name="Information">Information</a></h2>
Expand Down
13 changes: 12 additions & 1 deletion html/en/to_do.html
Expand Up @@ -38,9 +38,20 @@ <h2 align="center">To Do</h2>

<h3>Roadmap for the Next Versions</h3>

<h4>For 3.7 (November 2012)</h4>

<ul>
<li>New control ScrollBox </li>
<li>New support for GTK 3</li>
<li>Fix better focus
control when changing the current tab in <strong>IupTabs</strong>.</li>
<li>Fix detection of the
minimum size of a child inside <strong>IupSplit</strong>.</li>
</ul>
<h4>Other Priorities</h4>
<ul>
<li>IupMatrix improvements</li>
<li>New controls: ScrollBox, GridBox </li>
<li>New control GridBox </li>
<li>UTF-8 in all drivers and in text callbacks</li>
<li>New dialogs: Scripter</li>
<li>RPM, Debian and LuaRocks packages</li>
Expand Down

0 comments on commit 79a142c

Please sign in to comment.