wxwidgets.cfg: Added support for wxPropertyGridInterface::SetPropertyHelpString().

This commit is contained in:
orbitcowboy 2019-04-01 13:15:47 +02:00
parent 1c24a14f3f
commit 5c5f8e7db3
1 changed files with 12 additions and 0 deletions

View File

@ -9046,6 +9046,18 @@
<not-uninit/>
</arg>
</function>
<!-- void wxPropertyGridInterface::SetPropertyHelpString(wxPGPropArg id, const wxString & helpString) -->
<function name="wxPropertyGridInterface::SetPropertyHelpString">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxScrolledWindow::SetScrollRate( int xstep, int ystep ) -->
<function name="wxScrolledWindow::SetScrollRate">
<noreturn>false</noreturn>