wxwidgets.cfg: Added support for wxPropertyGridManager::ShowHeader().

This commit is contained in:
orbitcowboy 2019-03-12 09:23:34 +01:00
parent bb6874e4c1
commit 3b9fb54104
1 changed files with 9 additions and 0 deletions

View File

@ -8928,4 +8928,13 @@
<not-uninit/>
</arg>
</function>
<!-- void wxPropertyGridManager::ShowHeader( bool show = true ) -->
<function name="wxPropertyGridManager::ShowHeader">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" default="true" direction="in">
<not-uninit/>
</arg>
</function>
</def>