wxwdigets.cfg: Added support for more interfaces.
This commit is contained in:
parent
80a0ef5d7e
commit
f4e0b2a10f
|
@ -7095,7 +7095,25 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="wxArchitecture"/>
|
<returnValue type="wxArchitecture"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead.</warn>
|
||||||
|
</function>
|
||||||
|
<!-- virtual void wxMenuItem::GetName (void) const -->
|
||||||
|
<function name="wxMenuItem::GetName">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetItemLabel()' or 'wxMenuItem::GetItemLabelText()' instead.</warn>
|
||||||
|
</function>
|
||||||
|
<!-- virtual void wxMenuItem::GetText (void) const -->
|
||||||
|
<function name="wxMenuItem::GetText">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::GetItemLabel()'.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
|
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
|
||||||
<function name="wxPlatformInfo::GetArch">
|
<function name="wxPlatformInfo::GetArch">
|
||||||
|
@ -7105,7 +7123,7 @@
|
||||||
<pure/>
|
<pure/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
<returnValue type="wxArchitecture"/>
|
<returnValue type="wxArchitecture"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxPGProperty::AddChild ( wxPGProperty * prop) -->
|
<!-- void wxPGProperty::AddChild ( wxPGProperty * prop) -->
|
||||||
<function name="wxPGProperty::AddChild">
|
<function name="wxPGProperty::AddChild">
|
||||||
|
@ -7116,7 +7134,7 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPGProperty::AddPrivateChild()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPGProperty::AddPrivateChild()' instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxWindowID wxNewId() -->
|
<!-- wxWindowID wxNewId() -->
|
||||||
<function name="wxNewId">
|
<function name="wxNewId">
|
||||||
|
@ -7136,7 +7154,7 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxString wxPlatformInfo::GetArchName ( ) const -->
|
<!-- wxString wxPlatformInfo::GetArchName ( ) const -->
|
||||||
<!-- Not possible to configure both functions:
|
<!-- Not possible to configure both functions:
|
||||||
|
@ -7147,7 +7165,7 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitnessName()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitnessName()' instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxPlatformInfo::SetArchitecture(wxArchitecture n) -->
|
<!-- void wxPlatformInfo::SetArchitecture(wxArchitecture n) -->
|
||||||
<function name="wxPlatformInfo::SetArchitecture">
|
<function name="wxPlatformInfo::SetArchitecture">
|
||||||
|
@ -7155,7 +7173,15 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::SetBitness()' instead. </warn>
|
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::SetBitness()' instead.</warn>
|
||||||
|
</function>
|
||||||
|
<!-- virtual void wxMenuItem::SetText( const wxString & text ) -->
|
||||||
|
<function name="wxMenuItem::SetText">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::SetItemLabel()'.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) -->
|
<!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) -->
|
||||||
<function name="wxSplitPath">
|
<function name="wxSplitPath">
|
||||||
|
|
Loading…
Reference in New Issue