pane info, and defaults to ``wx.LEFT``. The pane caption may
also be specified as an extra parameter in this form.
"""
pane info, and defaults to ``wx.LEFT``. The pane caption may
also be specified as an extra parameter in this form.
"""
- if type(arg1) == PaneInfo:
- return self._AddPane1(window, arg1)
+ if type(info) == PaneInfo:
+ return self._AddPane1(window, info)