New wxTE_ flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-28 20:05:47 +00:00
parent 27ed367cb2
commit c4c1e8d6a7
3 changed files with 15 additions and 5 deletions

View File

@@ -47,8 +47,10 @@
%rename(TE_AUTO_URL) wxTE_AUTO_URL;
%rename(TE_NOHIDESEL) wxTE_NOHIDESEL;
%rename(TE_DONTWRAP) wxTE_DONTWRAP;
%rename(TE_LINEWRAP) wxTE_LINEWRAP;
%rename(TE_CHARWRAP) wxTE_CHARWRAP;
%rename(TE_WORDWRAP) wxTE_WORDWRAP;
%rename(TE_BESTWRAP) wxTE_BESTWRAP;
%rename(TE_LINEWRAP) wxTE_LINEWRAP;
%rename(TE_RICH2) wxTE_RICH2;
%rename(TE_CAPITALIZE) wxTE_CAPITALIZE;
%rename(TEXT_ALIGNMENT_DEFAULT) wxTEXT_ALIGNMENT_DEFAULT;