Re: QTable equivalent in Gtkmm
- From: Joaquim Duran <joaquinduran adtelecom es>
- To: joop renes <jj renes hccnet nl>
- Cc: gtkmm-list gnome org
- Subject: Re: QTable equivalent in Gtkmm
- Date: Tue, 08 Apr 2008 14:39:34 +0200
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]