wxwidgets.cfg: Added support for wxSlider::SetMax() and wxSlider::SetMin().

This commit is contained in:
orbitcowboy 2019-02-08 17:16:29 +01:00
parent 0b19d17ed3
commit 7be56565f3
1 changed files with 10 additions and 0 deletions

View File

@ -6451,6 +6451,16 @@
</arg>
<arg nr="3"/>
</function>
<!-- void wxSlider::SetMax( int maxValue ) -->
<!-- void wxSlider::SetMin( int minValue ) -->
<function name="wxSlider::SetMax,wxSlider::SetMin">
<noreturn>false</noreturn>
<returnValue type="void"/>
<!-- int maxValue -->
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!--bool Read(const wxString &key, wxString *str) const -->
<!--bool Read(const wxString &key, double *d) const -->
<!--bool Read(const wxString &key, float *f) const -->