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/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSpinCtrl::SetValue( const wxString & 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>
|
||||
|
|
Loading…
Reference in New Issue