Ticket #14879 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

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

wxwidget-export-xmlres-getfloat.patch download (486 bytes) - added by pieleric 6 months ago.
Patch to add GetFloat() to the interface declaration

Change History

Changed 6 months ago by pieleric

Patch to add GetFloat() to the interface declaration

Changed 6 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [73151]) Document wxXmlResourceHandler::GetFloat().

Closes #14879.

Note: See TracTickets for help on using tickets.