wxwidgets.cfg: Added support for wxPropertyGridManager::ShowHeader().
This commit is contained in:
parent
bb6874e4c1
commit
3b9fb54104
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue