wxwidgets.cfg: Added support for wxPGProperty::SetChoices().
This commit is contained in:
parent
5c5f8e7db3
commit
0feb27e9b3
|
@ -9046,6 +9046,13 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- void wxPropertyGridInterface::SetPropertyHelpString(wxPGPropArg id, const wxString & helpString) -->
|
||||||
<function name="wxPropertyGridInterface::SetPropertyHelpString">
|
<function name="wxPropertyGridInterface::SetPropertyHelpString">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue