search for: imageindex

Displaying 1 result from an estimated 1 matches for "imageindex".

2007 Jan 14
0
[848] trunk/wxruby2/swig/classes/include/wxListCtrl.h: Added missing RefreshItem and RefreshItems methods
...;nbsp2007-01-14 12:15:44 UTC (rev 848) </span><span class="lines">@@ -48,6 +48,8 @@ </span><span class="cx"> long InsertItem(long index , const wxString& label ) ; </span><span class="cx"> long InsertItem(long index , int imageIndex ) ; </span><span class="cx"> long InsertItem(long index , const wxString& label , int imageIndex ) ; </span><ins>+ void RefreshItem(long item); + void RefreshItems(long itemFrom, long itemTo); </ins><span class="cx"> bool ScrollLi...