const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem

now returns bool not int.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@93 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-06-14 12:15:13 +00:00
parent eaaa6a06a2
commit ee4f8c2af9
13 changed files with 187 additions and 183 deletions

View File

@@ -24,6 +24,8 @@ window id).
Registry classes (check out wxConfig class - see issues.txt).
Change DnD classes to use global symbols, and wxString.
Update manual.
wxApp changes DONE
wxMenu changes DONE
@@ -37,12 +39,13 @@ Update manual.
wxMsgCatalog etc.
wxLog
wxConfig, wxRegKey
wxTabCtrl
wxWave
wxTabCtrl DONE
wxNotebook
wxWave DONE
wxJoystick
wxStatusBar95 and wxFrame status bar functions
wxListBox changes (for ownerdraw functionality)
wxThread
wxThread DONE (except for topic overview)
wxString
wxTString
Drag and drop (change API if required, e.g. const).