mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Change winid parameter in wx.ScrolledWindow to id, for consistency
This commit is contained in:
@@ -67,6 +67,9 @@ Changes in this release include the following:
|
||||
|
||||
* Fix wxGet to be able to use pip v10. (#817)
|
||||
|
||||
* Change winid parameter in wx.ScrolledWindow to id, for consistency. (#816)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ def run():
|
||||
overloads=[
|
||||
MethodDef(name='wxScrolledWindow', isCtor=True, items=[
|
||||
ParamDef(name='parent', type='wxWindow*'),
|
||||
ParamDef(name='winid', type='wxWindowID', default='wxID_ANY'),
|
||||
ParamDef(name='id', type='wxWindowID', default='wxID_ANY'),
|
||||
ParamDef(name='pos', type='const wxPoint&', default='wxDefaultPosition'),
|
||||
ParamDef(name='size', type='const wxSize&', default='wxDefaultSize'),
|
||||
ParamDef(name='style', type='long', default='wxScrolledWindowStyle'),
|
||||
|
||||
Reference in New Issue
Block a user