Added m_ prefix to wxColourData and wxFontData members for consistency.
Fixed some typos in comments. Fixed wizard constructor doc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -87,7 +87,10 @@ All GUI ports:
|
||||
- Implemented wxNotebook::DoGetBestSize so Fit now works
|
||||
- Added FindItemByPosition to wxMenu
|
||||
- wxTimer now derives from wxEvtHandler and is its own owner object by default
|
||||
- Extended wxTextAttr and added wxTextCtrl::GetStyle stub
|
||||
to allow better rich text support.
|
||||
- implemented wxFlexGridSizer::Show() (Wade Brainerd)
|
||||
- Added m_ prefix to wxColourData and wxFontData members
|
||||
|
||||
Unix:
|
||||
|
||||
|
@@ -138,7 +138,8 @@ instead.
|
||||
|
||||
\membersection{wxWizardPageSimple::wxWizardPageSimple}\label{wxwizardpagesimplewxwizardpagesimple}
|
||||
|
||||
\func{}{wxWizardPageSimple}{\param{wxWizard* }{parent = NULL}, \param{wxWizardPage* }{prev = NULL}, \param{wxWizardPage* }{next = NULL}}
|
||||
\func{}{wxWizardPageSimple}{\param{wxWizard* }{parent = NULL}, \param{wxWizardPage* }{prev = NULL}, \param{wxWizardPage* }{next = NULL},
|
||||
\param{const wxBitmap& }{bitmap = wxNullBitmap}}
|
||||
|
||||
Constructor takes the previous and next pages. They may be modified later by
|
||||
\helpref{SetPrev()}{wxwizardpagesimplesetprev} or
|
||||
|
@@ -214,3 +214,12 @@ new revision: 1.381; previous revision: 1.380
|
||||
done
|
||||
|
||||
|
||||
TODO for 2.4 (items that are not backports)
|
||||
===========================================
|
||||
|
||||
1. Add uxtheme.cpp to CW for Windows project file.
|
||||
|
||||
2. Test Mac port with configure and CW.
|
||||
|
||||
3. Test popup window and border issues.
|
||||
|
||||
|
Reference in New Issue
Block a user