wxwidgets.cfg: Added support for 'wxTextEntry::GetRange'
This commit is contained in:
parent
04f18a8251
commit
1dff1af199
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue