wxwidgets.cfg: Added support for wxGridCellAttr::GetAlignment() and wxDC::GetTextExtent().
This commit is contained in:
parent
e2e3f724b5
commit
06b155fa5d
|
@ -6614,11 +6614,29 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxSpinCtrl::SetValue( const wxString & value ) -->
|
<!-- void wxSpinCtrl::SetValue( const wxString & value ) -->
|
||||||
<!-- void wxSpinCtrl::SetValue( int value ) -->
|
<!-- void wxSpinCtrl::SetValue( int value ) -->
|
||||||
<function name="wxSpinCtrl::SetValue">
|
<function name="wxSpinCtrl::SetValue">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue