As you can see, the parameters for the OnDrop() function are missing the description text. This description text should be “The x coordinate of the mouse.” for the ‘x’ parameter, and “The y coordinate of the mouse.” for the ‘y’ parameter.
Hi,
···
On 30 May 2013 22:01, Boštjan Mejak mejak.bost@gmail.com wrote:
As you can see, the parameters for the OnDrop() function are missing the description text. This description text should be “The x coordinate of the mouse.” for the ‘x’ parameter, and “The y coordinate of the mouse.” for the ‘y’ parameter.
This is just one of the many, many instances in which the parameter description is missing. It comes from the wxWidgets source code (*.h files or whatever they use to generate the Doxygen documentation) and there is nothing we can do from the wxPython side.
You should submit a patch on wxTrac specifying it’s a wxWidgets docs related issue if you need it fixed.
Andrea.
“Imagination Is The Only Weapon In The War Against Reality.”
-------------------------------------------------------------
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()