search for: wxgridcellboolrenderer

Displaying 2 results from an estimated 2 matches for "wxgridcellboolrenderer".

Did you mean: gridcellboolrenderer
2007 Jan 25
0
[855] trunk/wxruby2/swig/classes/include/parents.rb: Parenting for GridBagSizer
...;/span><ins>+ ''wxGridBagSizer'' => ''wxFlexGridSizer'', </ins><span class="cx"> ''wxGridCellBoolEditor'' => ''wxGridCellEditor'', </span><span class="cx"> ''wxGridCellBoolRenderer'' => ''wxGridCellRenderer'', </span><span class="cx"> ''wxGridCellChoiceEditor'' => ''wxGridCellEditor'', </span></span></pre> </div> </div> </body> </html>
2007 Mar 17
5
Fix for crash at exit
Hi This is a very small patch that seems to solve that "Exit the app and get a segfault in return" problem. Another thing: bigdemo.rb:395 does item = event.get_item() if item.is_ok but get_item typemaps TreeItemId into a plain integer, so it doesn''t have is_ok method anymore, is there any wxruby2''yish solution to this kind of problem ? A.K. In case