wxwidgets.cfg: Added support for wxPGProperty::SetChoices().

This commit is contained in:
orbitcowboy 2019-04-01 13:19:49 +02:00
parent 5c5f8e7db3
commit 0feb27e9b3
1 changed files with 7 additions and 0 deletions

View File

@ -9046,6 +9046,13 @@
<not-uninit/>
</arg>
</function>
<!-- bool wxPGProperty::SetChoices(wxPGChoices & choices) -->
<function name="wxPGProperty::SetChoices">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxPropertyGridInterface::SetPropertyHelpString(wxPGPropArg id, const wxString & helpString) -->
<function name="wxPropertyGridInterface::SetPropertyHelpString">
<noreturn>false</noreturn>