Version: 3.1.4
Todo List
Member wxPrintout::GetTitle () const
the python note here was wrong
Member wxHtmlTag::GetEndPos1 () const
provide deprecation description
Member wxHtmlTag::GetEndPos2 () const
provide deprecation description
Class wxConnectionBase
Document this class.
Member wxMediaCtrl::Seek (wxFileOffset where, wxSeekMode mode=wxFromStart)
Document the wxSeekMode parameter mode, and perhaps also the wxFileOffset and wxSeekMode themselves.
Member wxPenJoin
use wxPENJOIN_ prefix
Member wxPenCap
use wxPENCAP_ prefix
Member wxPENSTYLE_STIPPLE_MASK_OPAQUE
WHAT's this?
Member wxPENSTYLE_STIPPLE_MASK
WHAT's this?
Member wxPreviewControlBar::CreateButtons ()
which flags??
Member wxHtmlTag::GetBeginPos () const
provide deprecation description
Class wxScrolled< T >
review docs for this class replacing SetVirtualSizeHints() with SetMinClientSize().
Member wxSizerItem::SetWindow (wxWindow *window)
provide deprecation description
Class wxSocketServer
describe me.
Class wxSocketClient
describe me.
Class wxDatagramSocket
docme
Member wxVListBox::OnDrawItem (wxDC &dc, const wxRect &rect, size_t n) const =0
Change this function signature to non-const.
Member wxVListBox::OnDrawBackground (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?
Page Samples Overview
This sample isn't very didactive; it's more than a set of tests rather than a sample and thus should be rewritten with CppUnit and moved under "tests"
Page Date and Time
WRITE THIS DOC PARAGRAPH.
Page wxListCtrl Overview
The wxListCtrl topic overview still needs to be written, sorry.
Page wxMBConv Overview
rewrite this overview; it's not up2date with wxString changes
Member wxAuiManagerDock
wxAuiPaneInfo dock direction types used with wxAuiManager.
Member wxAuiManagerEvent::GetDC ()
What is this?
Member wxAuiManagerEvent::SetDC (wxDC *pdc)
What is this?
Class wxBitmapComboBox
create wxCB_PROCESS_ENTER rather than reusing wxTE_PROCESS_ENTER!
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.
Page Samples Overview
Write descriptions for the samples who description started with "This sample demonstrates", they are semi-auto generated.
Class wxDateTimeWorkDays
Write wxDateTimeWorkDays documentation.
Class wxDateTimeHolidayAuthority
Write wxDateTimeHolidayAuthority documentation.
Class wxDC

Precise definition of default/initial state.

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

Member wxScrollWinEvent::GetOrientation () const
wxHORIZONTAL and wxVERTICAL should go in their own enum
Member wxFont::SetNativeFontInfoUserDesc (const wxString &info)
add an example for wxMac
Member wxGridCellAttr::SetDefAttr (wxGridCellAttr *defAttr)
Needs documentation.
Member wxHelpControllerBase::SetViewer (const wxString &viewer, long flags=wxHELP_NETSCAPE)
modernize this function with wxLaunchDefaultBrowser
Class wxHtmlTagHandler
describe me