Ticket #28 (closed defect)
Some documentation issues
| Reported by: | anonymous | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | doxygen docs | Version: | |
| Keywords: | Cc: | vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Bug#: 87
Product: .wxWindows
Version: 2.2.0
Platform: All
OS/Version: All
Status: NEW
Resolution:
Severity: minor
Priority: P4
Component: docs
AssignedTo: ???
ReportedBy: C.vanReeuwijk@…
URL:
Summary: Some documentation issues
I have come across the following problems in the documentation. As far
as I can tell, this is independent of the platform.
* wxWindow::Refresh( eraseBackground, rect )
It is not documented in which coordinate system 'rect' is.
Experimental evidence indicates that the top left corner of the
window is (0,0), but it would be nice if this was stated explicitly.
* wxBoxSizer example:
A constant wxDIALOG_STYLE is used, but that does not exist. I think
wxDEFAULT_DIALOG_STYLE is meant.
* wxCanvas:
The documentation states that this is an obsolete class, but it
is still used in some places in the documentation.
* wxDC::DrawText( wxString &, wxPoint & )
It is implemented, but not documented.
