Core wxPython (non-contrib) now fully works with Unicode!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -371,7 +371,7 @@ public:
|
||||
void SetToolTip(wxToolTip *tooltip);
|
||||
wxToolTip* GetToolTip();
|
||||
|
||||
void SetSizer(wxSizer* sizer);
|
||||
void SetSizer(wxSizer* sizer, bool deleteOld=TRUE);
|
||||
wxSizer* GetSizer();
|
||||
|
||||
// Track if this window is a member of a sizer
|
||||
@@ -388,6 +388,7 @@ public:
|
||||
#endif
|
||||
|
||||
wxSize GetBestSize();
|
||||
wxSize GetMaxSize();
|
||||
|
||||
void SetCaret(wxCaret *caret);
|
||||
wxCaret *GetCaret();
|
||||
|
Reference in New Issue
Block a user