Skip to content

Commit 4d813a7

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent a8a223d commit 4d813a7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7529,6 +7529,26 @@
75297529
<arg nr="6" direction="in" default="wxDefaultValidator"/>
75307530
<arg nr="7" direction="in" default="wxControl"/>
75317531
</function>
7532+
<!-- bool wxControl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
7533+
<function name="wxSlider::Create">
7534+
<noreturn>false</noreturn>
7535+
<leak-ignore/>
7536+
<returnValue type="bool"/>
7537+
<arg nr="1" direction="in">
7538+
<not-uninit/>
7539+
</arg>
7540+
<arg nr="2" direction="in">
7541+
<not-uninit/>
7542+
<not-bool/>
7543+
</arg>
7544+
<arg nr="3" direction="in" default="wxDefaultPosition"/>
7545+
<arg nr="4" direction="in" default="wxDefaultSize"/>
7546+
<arg nr="5" direction="in" default="0">
7547+
<not-bool/>
7548+
</arg>
7549+
<arg nr="6" direction="in" default="wxDefaultValidator"/>
7550+
<arg nr="7" direction="in" default="wxSlider"/>
7551+
</function>
75327552
<!-- bool wxScrolledWindow::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxWANTS_CHARS, const wxString & name = wxControlNameStr) -->
75337553
<function name="wxScrolledWindow::Create">
75347554
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)