Wrap new AddPane method as AddPaneAtPos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a9a04486a2
commit
6ec59a2bf9
@ -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& {
|
||||
|
Loading…
Reference in New Issue
Block a user