wxwidgets.cfg: Added support for wxPropertyGridInterface::SetPropertyHelpString().
This commit is contained in:
parent
1c24a14f3f
commit
5c5f8e7db3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue