Hello!
While using FXTable I can''t figure out how to prevent the user from
resizing the rows. I don''t pass the TABLE_ROW_SIZABLE flag:
class MyTable < FXTable
def initialize p
super p, nil, 0, TABLE_COL_SIZABLE|
LAYOUT_FILL_X|LAYOUT_FILL_Y
setCellColor 0, 0, FXRGB(230,230,255)
setCellColor 0, 1, FXRGB(235,235,255)
setCellColor 1, 0, FXRGB(240,240,255)
setCellColor 1, 1, FXRGB(245,245,255)
end
end
I''m using fox12
Thank you for reading!!
Dominik