Add a utility function that can calculate word-wrap line breaks, and
authorRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 19:49:43 +0000 (19:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 19:49:43 +0000 (19:49 +0000)
commitf9c1b462c7ea8ff8237c475788c180b956d875a5
tree47a088a4d7eb19bb48d31cf7da47ce4fa9a24307
parentd1cf7e2aa447ca21e187e49bb2b106c869306c3f
Add a utility function that can calculate word-wrap line breaks, and
use it in the AboutBox demo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/AboutBox.py
wxPython/wx/lib/wordwrap.py [new file with mode: 0644]