Implement left indentation and tab stops support in wxTextCtrl, patch #1518114 - Tim Kosse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2006-10-11 13:45:44 +00:00
parent ebbb5cb266
commit ae6a64b6af
2 changed files with 108 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ wxGTK:
- Automatically use stock items for menu items with standard ids.
- Setting cursor now works for all controls.
- Implemented right-to-left support
- Implemented left indentation and tab stops support in wxTextCtrl (Tim Kosse).
wxUniv: