wxwidgets.cfg: Added support for 'wxTextCtrl::GetStyle'

This commit is contained in:
orbitcowboy 2021-12-15 13:02:17 +01:00
parent cf203e2285
commit 3ffc941783
1 changed files with 12 additions and 0 deletions

View File

@ -16148,6 +16148,18 @@ wxItemKind kind = wxITEM_NORMAL) -->
<valid>0:</valid>
</arg>
</function>
<!-- virtual bool wxTextCtrl::GetStyle (long position, wxTextAttr & style) -->
<function name="wxTextCtrl::GetStyle">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
<arg nr="2" direction="out"/>
</function>
<!-- void wxRichTextAttr:SetFlags(long flags); -->
<function name="wxRichTextAttr::SetFlags">
<noreturn>false</noreturn>