We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa42d6 commit 537830cCopy full SHA for 537830c
1 file changed
cfg/wxwidgets.cfg
@@ -9380,6 +9380,16 @@
9380
<not-uninit/>
9381
</arg>
9382
</function>
9383
+ <!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
9384
+ <function name="wxDataViewListCtrl::AppendItem">
9385
+ <leak-ignore/>
9386
+ <noreturn>false</noreturn>
9387
+ <returnValue type="void"/>
9388
+ <arg nr="1" direction="in"/>
9389
+ <arg nr="2" default="NULL" direction="in">
9390
+ <not-uninit/>
9391
+ </arg>
9392
+ </function>
9393
<!-- void wxGrid::SetColSize( int col, int width ) -->
9394
<function name="wxGrid::SetColSize">
9395
<leak-ignore/>
0 commit comments