hi, i am a hobbyist c++ hacker, writing a chess-program for fun.a first version, developed with KDevel,ran on kubuntu. It used QTable to represent the position on the board. i simply wrote the first letter of the piece's name into the cell. NowQTable is mouse click sensitive, i.e. the cell clicked emits a signal, containing its row,column number, from which i could deduce, which piece the human player wanted to move to where. Is there an equivalent to QTable and if not how do i go about constructing the equivalent functionality in gtkmm. Many thanks for your help joop renes.
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
