wxwidgets.cfg: Improved support for some wxGauge functions.

This commit is contained in:
orbitcowboy 2018-12-14 19:49:01 +01:00
parent 4bc19d269c
commit 179c652e49
1 changed files with 10 additions and 0 deletions

View File

@ -1690,6 +1690,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxGauge::SetValue(int pos)-->
<!-- void wxGauge::SetRange(int range)-->
<!-- void wxGauge::SetShadowWidth(int width)-->
<function name="wxGauge::SetValue,wxGauge::SetRange,wxGauge::SetShadowWidth">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<define name="wxOVERRIDE" value="override"/>
<define name="DECLARE_EVENT_TABLE()" value="wxDECLARE_EVENT_TABLE()"/>
<define name="wxDECLARE_EVENT_TABLE()" value="private: static const wxEventTableEntry sm_eventTableEntries[]; protected: const wxEventTable* GetEventTable() const; wxEventHashTable&amp; GetEventHashTable() const; static const wxEventTable sm_eventTable; static wxEventHashTable sm_eventHashTable;"/>