wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
da1b17e4fb
commit
e98a7392fb
|
@ -9919,6 +9919,14 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxBitmap::Create (int width, int height, int depth = wxBITMAP_SCREEN_DEPTH) -->
|
||||
<!-- virtual bool wxBitmap::Create (const wxSize& sz, int depth = wxBITMAP_SCREEN_DEPTH) -->
|
||||
<function name="wxBitmap::Create">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="any" direction="in"/>
|
||||
</function>
|
||||
<!-- wxToolBarToolBase* wxToolBar::AddTool(int toolId, const wxString & label, const wxBitmap & bitmap, const wxString & shortHelp = wxEmptyString, wxItemKind kind = wxITEM_NORMAL) -->
|
||||
<function name="wxToolBar::AddTool">
|
||||
<leak-ignore/>
|
||||
|
@ -12002,6 +12010,19 @@
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxWindow* wxBookCtrlBase::GetPage(size_t page) const -->
|
||||
<!-- wxWindow* wxNotebook::GetPage(size_t page) const -->
|
||||
<function name="wxBookCtrlBase::GetPage,wxNotebook::GetPage">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxWindow *"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxString & wxString::Prepend(const wxString &str); -->
|
||||
<function name="wxString::Prepend">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue