Todo List

Class wxAppConsole
MORE INFO

Member wxAppTraits::GetStandardPaths ()
the real function returns a reference to wxStandardPathsBase; user looking at these docs will write code: wxStandardPaths &ref = ...->GetStandardPaths(); which won't compile...

Class wxArrayString
the following functions are not documented; do they need to be? WXDLLIMPEXP_BASE int wxCMPFUNC_CONV wxStringSortAscending(wxString*, wxString*); WXDLLIMPEXP_BASE int wxCMPFUNC_CONV wxStringSortDescending(wxString*, wxString*);

Class wxArrayString
what about stl? how does it integrate?

Member wxArrayString::Alloc (size_t nCount)
FIX THIS LINK

Member wxArrayString::Shrink ()
FIX THIS LINK

Class wxArtProvider
IS THIS NB TRUE? (

Class wxAuiTabArt
BETTER DESCRIPTION NEEDED

Member wxBitmap::SetDepth (int depth)
since these functions do not affect the bitmap data, why they exist??

Class wxBitmapComboBox
create wxCB_PROCESS_ENTER rather than reusing wxTE_PROCESS_ENTER!

Class wxBookCtrlBase
Document this class.

Class wxChoicebook
Write up wxBookCtrlBase documentation, where most of this class' functionality comes from.

Member wxClipboard::IsSupported (const wxDataFormat &format)
The name of this function is misleading. This should be renamed to something that more accurately indicates what it does.

Class wxConnectionBase
Document this class.

Class wxDateTimeHolidayAuthority
Write wxDateTimeHolidayAuthority documentation.

Class wxDateTimeWorkDays
Write wxDateTimeWorkDays documentation.

Class wxDC
Precise definition of default/initial state.

Class wxDC
Pixelwise definition of operations (e.g. last point of a line not drawn).

Class wxDC
Coordinates: state clearly which type of coordinates are returned by the various Get*Point() or similar functions - often they are client coordinates but not always.

Member wxFFile::Eof () const
THIS METHOD MAY CRASH? DOESN'T SOUND GOOD

Member wxFFile::Error () const
THIS METHOD MAY CRASH? DOESN'T SOUND GOOD

Class wxImageHandler
Document all image handler types, indicating their library.

Member wxMouseEvent::Button (int button) const
introduce wxMouseButton enum

Class wxPosition
rename this class to wxItemPosition or such, wxPosition is too generic

Member wxPreviewControlBar::CreateButtons ()
which flags??

Member wxPrintout::GetTitle ()
the python note here was wrong

Member wxScrollWinEvent::GetOrientation () const
wxHORIZONTAL and wxVERTICAL should go in their own enum

Class wxSortedArrayString
what about STL? who does it integrates?

Member wxVListBox::OnDrawBackground (wxDC &dc, const wxRect &rect, size_t n) const
Change this function signature to non-const.

Member wxVListBox::OnDrawItem (wxDC &dc, const wxRect &rect, size_t n) const
Change this function signature to non-const.

Member wxVListBox::OnDrawSeparator (wxDC &dc, wxRect &rect, size_t n) const
Change this function signature to non-const.

Member wxDefaultDateTime
Would it be better to rename this wxNullDateTime so it's consistent with the rest of the "empty/invalid/null" global objects?

Member wxAuiButtonId
TOWRITE

Member wxAuiPaneButtonState
TOWRITE

Member wxAuiPaneDockArtGradients
TOWRITE

Member wxAuiPaneDockArtSetting
TOWRITE

Member wxAuiManagerDock
TOWRITE

Member wxAuiManagerOption
TOWRITE

Member wxBRUSHSTYLE_STIPPLE_MASK_OPAQUE
WHAT's THIS??

Member wxBRUSHSTYLE_STIPPLE_MASK
WHAT's THIS??

Member wxSeekMode
make the value names uppercase

Member wxPenCap
use wxPENCAP_ prefix

Member wxPenJoin
use wxPENJOIN_ prefix

Member wxPENSTYLE_STIPPLE_MASK_OPAQUE
WHAT's this?

Member wxPENSTYLE_STIPPLE_MASK
WHAT's this?

Page Language identifiers
ADAPT THE PYTHON SCRIPTS TO GENERATE HERE THE LIST

Page Included Samples
Write descriptions for the samples who description started with "This sample demonstrates", they are semi-auto generated.

Page Included Samples
Figure out what this sample is written for, maybe remove it from samples, since it seems to an incomplete test program (for mobile phone?)

Page Included Samples
Rewrite its description ASAP.

Page Date and Time
WRITE THIS DOC PARAGRAPH.

Page Event Handling
for all controls state clearly when calling a member function results in an event being generated and when it doesn't (possibly updating also the 'Events generated by the user vs programmatically generated events' paragraph of the 'Event handling overview' with the list of the functions which break that rule).

Page wxGrid Overview
Yet to be written

Page wxListCtrl Overview
Sorry, this topic hasn't been written yet.



wxWidgets logo

[ top ]