Add pretty-printers for wxPoint, wxSize and wxRect.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Feb 2010 14:09:43 +0000 (14:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Feb 2010 14:09:43 +0000 (14:09 +0000)
commit6df26ddbf7eb563e66bee2313e71d1c0241b351a
treee7bf76a58a6dbddee2770b067d3f9b7b9148221b
parentd2a82a6f7d2034cf8b2fd624b80515cd7248b11f
Add pretty-printers for wxPoint, wxSize and wxRect.

Also replace an if checking for the supported types with an array-based
approach to make it easier to add pretty printers for more types in the
future.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
misc/gdb/print.py