Ticket #4263 (closed defect)
Update wx.Button docs
| Reported by: | ftobia | Owned by: | robind |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxPython | Version: | |
| Keywords: | Cc: | ftobia, robind | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
In the wxPython docs for wx.Button, there is a list of stock IDs and corresponding labels. All ID/label pairs are correct except for wx.ID_REPLACE, which corresponds to a different label on every platform ('Replace').
I wrote a unit test for the labels based upon the docs. Until the documentation matches the behavior, I think the unit tests should fail.
Also, a spelling error is fixed ('coresponding' -> 'corresponding').
I wasn't able to determine if the ampersand still belongs in the same place.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

