wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f37308c0fd
commit
cabd0ec146
|
@ -11520,7 +11520,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) -->
|
||||
<function name="wxGenericProgressDialog::Update">
|
||||
<!-- virtual bool wxProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) -->
|
||||
<function name="wxGenericProgressDialog::Update,wxProgressDialog::Update">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -11533,6 +11534,15 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxGenericProgressDialog::Pulse(const wxString &msg=wxEmptyString, bool *skip=NULL ) -->
|
||||
<!-- virtual bool wxProgressDialog::Pulse(const wxString &msg=wxEmptyString, bool *skip=NULL ) -->
|
||||
<function name="wxGenericProgressDialog::Update,wxProgressDialog::Pulse">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in" default="wxEmptyString"/>
|
||||
<arg nr="2" direction="in" default="NULL"/>
|
||||
</function>
|
||||
<!-- bool wxGenericProgressDialog::WasCancelled() const -->
|
||||
<function name="wxGenericProgressDialog::WasCancelled">
|
||||
<const/>
|
||||
|
@ -12871,6 +12881,20 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--bool wxSizer::IsShown(wxWindow * window) const-->
|
||||
<!--bool wxSizer::IsShown(wxSizer * sizer) const-->
|
||||
<!--bool wxSizer::IsShown(size_t index) const-->
|
||||
<function name="wxSizer::IsShown,wxBoxSizer::IsShown,wxStaticBoxSizer::IsShown">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--unsigned long wxGetProcessId(void)-->
|
||||
<function name="wxGetProcessId">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue