wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
3ffc941783
commit
04f18a8251
|
@ -16148,6 +16148,16 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual wxTextPos wxTextEntry::GetLastPosition ( ) const -->
|
||||
<!-- virtual wxTextPos wxStyledTextCtrl::GetLastPosition ( ) const -->
|
||||
<!-- virtual wxTextPos wxComboCtrl::GetLastPosition ( ) const -->
|
||||
<function name="wxTextEntry::GetLastPosition,wxStyledTextCtrl::GetLastPosition,wxComboCtrl::GetLastPosition">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxTextPos"/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- virtual bool wxTextCtrl::GetStyle (long position, wxTextAttr & style) -->
|
||||
<function name="wxTextCtrl::GetStyle">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue