wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
0bd44995aa
commit
f5d3e6fad1
|
@ -13077,6 +13077,17 @@
|
|||
<use-retval/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- bool wxAuiManager::AddPane(wxWindow * window, const wxAuiPaneInfo & pane_info)-->
|
||||
<!-- bool wxAuiManager::AddPane(wxWindow * window, int direction = wxLEFT, const wxString & caption = wxEmptyString) -->
|
||||
<!-- bool wxAuiManager::AddPane(wxWindow * window, const wxAuiPaneInfo & pane_info, const wxPoint & drop_pos) -->
|
||||
<function name="wxAuiManager::AddPane">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
<arg nr="2" direction="in" default="wxLEFT"/>
|
||||
<arg nr="3" direction="in" default="wxEmptyString"/>
|
||||
</function>
|
||||
<!-- virtual void wxConfigBase::SetPath(const wxString &strPath) = 0 -->
|
||||
<!-- virtual void wxConfig::SetPath(const wxString &strPath) -->
|
||||
<!-- virtual void wxFileConfig::SetPath(const wxString &strPath)-->
|
||||
|
|
Loading…
Reference in New Issue