Fix missing and broken interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-04 01:33:37 +00:00
parent 823093e4a4
commit 0e8dff1b3c
2 changed files with 60 additions and 1 deletions

View File

@@ -8,6 +8,13 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
wxTextPos is a position in the text
*/
typedef long wxTextPos;
/**
@class wxTextEntry