search for: mygridtablebase

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

2008 Jan 28
4
GridTableBase
Hello all, i''m using wxruby 1.9.4 with Grid and the model class: "GridTableBase" like in the code below. But the method set_table of the grid does''nt work. Can anyone help me? require ''wx'' include Wx class MyGridTableBase < GridTableBase def get_attr row, col, attr_kind ## end def get_number_rows 0 end def get_number_cols 0 end def get_col_label_value col return "empty" end def is_empty_cell row, col return false...