Note XRCed update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-04-26 21:17:20 +00:00
parent 555d0d7ef1
commit a8e120ce46
2 changed files with 15 additions and 0 deletions

View File

@ -74,6 +74,16 @@ a particular style.</p>
<p>wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
EVT_KEY_UP and EVT_TEXT events from its embedded text control.</p>
<p>wxMac: Corrected refresh bugs in wxGrid.</p>
<dl>
<dt>XRCed: Updated to version 0.1.5.</dt>
<dd><ul class="first last simple">
<li>Added wxWizard, wxWizardPageSimple (only from pull-down menu).</li>
<li>Hide command for test window.</li>
<li>Replacing classes works better.</li>
<li>Added Locate tool.</li>
</ul>
</dd>
</dl>
</div>
<div class="section" id="id2">
<h1><a name="id2">2.5.5.1</a></h1>

View File

@ -50,6 +50,11 @@ EVT_KEY_UP and EVT_TEXT events from its embedded text control.
wxMac: Corrected refresh bugs in wxGrid.
XRCed: Updated to version 0.1.5.
* Added wxWizard, wxWizardPageSimple (only from pull-down menu).
* Hide command for test window.
* Replacing classes works better.
* Added Locate tool.