Make sure the comment is output in the pythoncode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -274,7 +274,7 @@ public:
|
|||||||
childinfo = (childinfo, )
|
childinfo = (childinfo, )
|
||||||
self.Add(*childinfo)
|
self.Add(*childinfo)
|
||||||
|
|
||||||
# for backwards compatibility only, do not use in new code
|
%# for backwards compatibility only, please do not use in new code
|
||||||
AddWindow = AddSizer = AddSpacer = Add
|
AddWindow = AddSizer = AddSpacer = Add
|
||||||
PrependWindow = PrependSizer = PrependSpacer = Prepend
|
PrependWindow = PrependSizer = PrependSpacer = Prepend
|
||||||
InsertWindow = InsertSizer = InsertSpacer = Insert
|
InsertWindow = InsertSizer = InsertSpacer = Insert
|
||||||
|
Reference in New Issue
Block a user