added DoDrawRoundedRectangle() implementation (patch 931364)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-04-13 11:23:44 +00:00
parent ba8eb933c4
commit e8ba218b1f
2 changed files with 123 additions and 1 deletions

View File

@@ -114,6 +114,10 @@ wxMotif:
- removed wxMenuItem::DeleteSubMenu()
wxUniv/X11:
- implemented DrawRoundedRectangle() (clawghoul)
wxHTML:
- improved tables and lists layout algorithms (Tim Kosse)