search for: itemfrom

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

Did you mean: itemform
2007 Jan 14
0
[848] trunk/wxruby2/swig/classes/include/wxListCtrl.h: Added missing RefreshItem and RefreshItems methods
...><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 ScrollList(int dx , int dy ) ; </span><span class="cx"> void SetBackgroundColour(const wxColour& col ) ; </span><span class="cx"> bool SetColumn(int col , wxListItem& ite...