wxwidgets.cfg: Added support for wxGrid::XYToCell().
This commit is contained in:
parent
ab227cbf6e
commit
d17ab72e3c
|
@ -8225,6 +8225,20 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- wxGridCellCoords wxGrid::XYToCell(int x, int y) const -->
|
||||
<function name="wxGrid::XYToCell">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxGridCellCoords"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxMenuItem::SetBitmap(const wxBitmap & bmp, bool checked = true) -->
|
||||
<function name="wxMenuItem::SetBitmap">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue