wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-17 14:09:13 +01:00
parent 70e5fa359f
commit 3bef07f32f
1 changed files with 33 additions and 2 deletions

View File

@ -6477,6 +6477,29 @@
<returnValue type="bool"/>
<arg nr="1"/>
</function>
<!-- bool wxString::IsSameAs(const wxString & s, bool caseSensitive = true) const -->
<!-- bool wxString::IsSameAs(const wxUniChar ch, bool caseSensitive = true) const -->
<function name="wxString::IsSameAs">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="bool"/>
<arg nr="2" default="true">
<not-uninit/>
</arg>
</function>
<!-- wxMenuItem* wxMenu::AppendCheckItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
<!-- wxMenuItem* wxMenu::AppendRadioItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
<function name="wxMenu::AppendCheckItem,wxMenu::AppendRadioItem">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxMenuItem*"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="3" default="wxEmptyString"/>
</function>
<!-- void Ref(const wxObject &clone) -->
<function name="wxObject::Ref,wxAcceleratorTable::Ref,wxAccessible::Ref,wxAnimation::Ref,wxArchiveClassFactory::Ref,wxArchiveEntry::Ref,wxArtProvider::Ref,wxAutomationObject::Ref,wxBitmapHandler::Ref,wxClient::Ref,wxClipboard::Ref,wxColour::Ref,wxColourData::Ref,wxColourPropertyValue::Ref,wxCommand::Ref,wxCommandProcessor::Ref,wxConfigBase::Ref,wxConnection::Ref,wxConnectionBase::Ref,wxContextHelp::Ref,wxDataViewIconText::Ref,wxDataViewRenderer::Ref,wxDC::Ref,wxDDEClient::Ref,wxDocTemplate::Ref,wxDragImage::Ref,wxEncodingConverter::Ref,wxEvent::Ref,wxEvtHandler::Ref,wxFileHistory::Ref,wxFileSystem::Ref,wxFileSystemHandler::Ref,wxFilterClassFactory::Ref,wxFindReplaceData::Ref,wxFontData::Ref,wxFSFile::Ref,wxGDIObject::Ref,wxGLContext::Ref,wxGraphicsObject::Ref,wxGraphicsRenderer::Ref,wxGridTableBase::Ref,wxHashTable::Ref,wxHelpControllerBase::Ref,wxHtmlCell::Ref,wxHtmlDCRenderer::Ref,wxHtmlEasyPrinting::Ref,wxHtmlFilter::Ref,wxHtmlHelpData::Ref,wxHtmlLinkInfo::Ref,wxHtmlTagHandler::Ref,wxImage::Ref,wxImageHandler::Ref,wxImageList::Ref,wxIndividualLayoutConstraint::Ref,wxJoystick::Ref,wxLayoutAlgorithm::Ref,wxLayoutConstraints::Ref,wxListItem::Ref,wxMask::Ref,wxMenuItem::Ref,wxMetafile::Ref,wxModule::Ref,wxPageSetupDialog::Ref,wxPageSetupDialogData::Ref,wxPGCell::Ref,wxPGEditor::Ref,wxPGEditorDialogAdapter::Ref,wxPGProperty::Ref,wxPrintData::Ref,wxPrintDialog::Ref,wxPrintDialogData::Ref,wxPrinter::Ref,wxPrintout::Ref,wxPrintPreview::Ref,wxQuantize::Ref,wxRegionIterator::Ref,wxRichTextAction::Ref,wxRichTextDrawingContext::Ref,wxRichTextDrawingHandler::Ref,wxRichTextFieldType::Ref,wxRichTextFileHandler::Ref,wxRichTextFontTable::Ref,wxRichTextFormattingDialogFactory::Ref,wxRichTextHeaderFooterData::Ref,wxRichTextImageBlock::Ref,wxRichTextObject::Ref,wxRichTextPrinting::Ref,wxRichTextProperties::Ref,wxRichTextRenderer::Ref,wxRichTextStyleDefinition::Ref,wxRichTextStyleSheet::Ref,wxSizer::Ref,wxSizerItem::Ref,wxSockAddress::Ref,wxSocketBase::Ref,wxSound::Ref,wxStringTokenizer::Ref,wxSystemOptions::Ref,wxTCPClient::Ref,wxTCPConnection::Ref,wxTCPServer::Ref,wxToolBarToolBase::Ref,wxToolTip::Ref,wxURI::Ref,wxVariant::Ref,wxWebViewFactory::Ref,wxXmlDocument::Ref,wxXmlResource::Ref,wxXmlResourceHandler::Ref">
<noreturn>false</noreturn>
@ -6541,6 +6564,13 @@
<not-uninit/>
</arg>
</function>
<!-- virtual void wxBrush::SetColour(const wxColour & colour)-->
<function name="wxBrush::SetColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style)-->
<function name="wxBrush::SetStyle">
<noreturn>false</noreturn>
@ -6680,7 +6710,8 @@
<!-- void wxGauge::SetValue(int pos)-->
<!-- void wxGauge::SetRange(int range)-->
<!-- void wxGauge::SetShadowWidth(int width)-->
<function name="wxGauge::SetValue,wxGauge::SetRange,wxGauge::SetShadowWidth">
<!-- void wxRadioButton::SetValue(bool value)-->
<function name="wxGauge::SetValue,wxGauge::SetRange,wxGauge::SetShadowWidth,wxRadioButton::SetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">