Confused for creating Gtk+C Widget.
- by PP
I am really confused, I want to create one list that holds 2 Images and 2 labels as follows.
+----------------------+ ROW1
|Image1 Image2 Lebel1 |
| Lebel2 |
+----------------------+ ROW2
|Image1 Image2 Lebel1 |
| Lebel2 |
+----------------------+
But i don't want it in a table/columns it should be simple selectable rows without any borders.
Which widget i should use for this and how?
Thanks,
PP.