Ticket #14879 (closed defect: fixed)
wxXmlResourceHandler.GetFloat() not documented and not available in wxPython
| Reported by: | pieleric | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XRC | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
wxXmlResourceHandler has many .Get*() functions. One of the newest is GetFloat(), it's 4 years old. It seems it was not fully added because it's not documented in the wxwidget doxygen and there is no wrapper in wxPython.
I think one thing missing at least is to list it in interface/wx/xrc/xmlres.h . Attached is a patch that does it (against svn head). Not sure what to do for the wxPython problem though.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

