Added wxDialog::GetToolBar for PocketPC

Added note about creating installers for PPC


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-19 12:06:56 +00:00
parent 83c84d5908
commit ec5f0c2412
8 changed files with 100 additions and 43 deletions

View File

@@ -61,6 +61,8 @@ wxWinCE:
- Sends wxEVT_HIBERNATE event.
- Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
- Added wxTE_CAPITALIZE for CAPEDIT controls.
- wxDialog::GetToolBar can be used if you need to add buttons
to the dialog's toolbar.
2.5.4
-----