wxwidgets.cfg: Added support for wxSlider::SetMax() and wxSlider::SetMin().
This commit is contained in:
parent
0b19d17ed3
commit
7be56565f3
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue