Skip to content

Commit 7be5656

Browse files
committed
wxwidgets.cfg: Added support for wxSlider::SetMax() and wxSlider::SetMin().
1 parent 0b19d17 commit 7be5656

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6451,6 +6451,16 @@
64516451
</arg>
64526452
<arg nr="3"/>
64536453
</function>
6454+
<!-- void wxSlider::SetMax( int maxValue ) -->
6455+
<!-- void wxSlider::SetMin( int minValue ) -->
6456+
<function name="wxSlider::SetMax,wxSlider::SetMin">
6457+
<noreturn>false</noreturn>
6458+
<returnValue type="void"/>
6459+
<!-- int maxValue -->
6460+
<arg nr="1">
6461+
<not-uninit/>
6462+
</arg>
6463+
</function>
64546464
<!--bool Read(const wxString &key, wxString *str) const -->
64556465
<!--bool Read(const wxString &key, double *d) const -->
64566466
<!--bool Read(const wxString &key, float *f) const -->

0 commit comments

Comments
 (0)