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@twi.tudelft.nl
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.
Issue migrated from trac ticket # 28
component: documentation | priority: normal
2000-09-26 22:42:04: anonymous created the issue
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@twi.tudelft.nl
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.