search for: getwindowstyl

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

Did you mean: getwindowstyle
2007 Jan 23
0
[851] trunk/wxruby2/swig/classes/ListCtrl.i: Don''t try and mark item data for virtual ListCtrls, b/c it can crash
...pan class="cx"> </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxListCtrl* wx_lc = (wxListCtrl*) ptr; </span><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspif ( wx_lc->GetWindowStyle() & wxLC_VIRTUAL ) +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp return; + </ins><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspint count = wx_lc->GetItemCount(); </span><span class="...