wxwidgets.cfg: Added support for wxGridCellAttr::GetAlignment() and wxDC::GetTextExtent().

This commit is contained in:
orbitcowboy 2019-01-30 14:07:06 +01:00
parent e2e3f724b5
commit 06b155fa5d
1 changed files with 19 additions and 1 deletions

View File

@ -6614,11 +6614,29 @@
<not-uninit/>
</arg>
</function>
<!-- void wxSpinCtrl::SetValue( const wxString &amp; value ) -->
<!-- void wxSpinCtrl::SetValue( const wxString & value ) -->
<!-- void wxSpinCtrl::SetValue( int value ) -->
<function name="wxSpinCtrl::SetValue">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- wxSize wxDC::GetTextExtent( const wxString & string ) -->
<function name="wxDC::GetTextExtent">
<noreturn>false</noreturn>
<returnValue type="wxSize"/>
<use-retval/>
<arg nr="1"/>
</function>
<!-- void wxGridCellAttr::GetAlignment( int * hAlign, int * vAlign ) -->
<function name="wxGridCellAttr::GetAlignment">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-null/>
</arg>
<arg nr="2">
<not-null/>
</arg>
</function>
</def>