wxwidgets.cfg: Added support for 'wxTextEntry::GetRange'

This commit is contained in:
orbitcowboy 2021-12-15 13:12:36 +01:00
parent 04f18a8251
commit 1dff1af199
1 changed files with 18 additions and 0 deletions

View File

@ -16158,6 +16158,24 @@ wxItemKind kind = wxITEM_NORMAL) -->
<const/>
<leak-ignore/>
</function>
<!-- virtual wxString wxTextEntry::GetRange( long from, long to ) const -->
<function name="wxTextEntry::GetRange">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
<valid>1:</valid>
</arg>
</function>
<!-- virtual bool wxTextCtrl::GetStyle (long position, wxTextAttr & style) -->
<function name="wxTextCtrl::GetStyle">
<noreturn>false</noreturn>