Re: QTable equivalent in Gtkmm



En/na joop renes ha escrit:
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
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list



Hello,

There is Gtk::Table:

http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Table.html

Thanks and Best Regards,
Joaquim Duran




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]