wxwidgets.cfg: Improved support for some wxGauge functions.
This commit is contained in:
parent
4bc19d269c
commit
179c652e49
|
@ -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& GetEventHashTable() const; static const wxEventTable sm_eventTable; static wxEventHashTable sm_eventHashTable;"/>
|
||||
|
|
Loading…
Reference in New Issue