]> git.saurik.com Git - wxWidgets.git/commitdiff
Wrap new AddPane method as AddPaneAtPos
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 21:34:32 +0000 (21:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Jul 2006 21:34:32 +0000 (21:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/aui.i

index 460622c94b612ede6158de43d632893df8ed7f19..e5047351e1e9178f6804ddf27abeb071e6dcc2f6 100755 (executable)
@@ -153,8 +153,11 @@ The following example shows a simple implementation that utilizes
 
 %rename(_AddPane1) wxFrameManager::AddPane(wxWindow* window, const wxPaneInfo& pane_info);
 %rename(_AddPane2) wxFrameManager::AddPane(wxWindow* window, int direction = wxLEFT,
-                                          const wxString& caption = wxEmptyString);
+                                           const wxString& caption = wxEmptyString);
 
+%rename(AddPaneAtPos) wxFrameManager::AddPane(wxWindow* window,
+                                              const wxPaneInfo& pane_info,
+                                              const wxPoint& drop_pos);
 
 // A typemap for the return value of wxFrameManager::GetAllPanes
 %typemap(out) wxPaneInfoArray& {