Re: [gtkmm] TreeView / List View Question
- From: Matthew Walton <matthew alledora co uk>
 
- To: NalDie <naldie gmx net>
 
- Cc: gtkmm-list gnome org
 
- Subject: Re: [gtkmm] TreeView / List View Question
 
- Date: Wed, 21 Apr 2004 12:44:58 +0100
 
NalDie wrote:
is it possible for a Treeview or Listview to display rows with different
Collumn records together ??
something like this:
| int | string |
| string | string | int |
| string | string | int |
| int | string |
| string | string | int |
| string | string | int |
| string | string | int |
or 
| int | string |
    | string | string | int |
    | string | string | int |
| int | string |
    | string | string | int |
    | string | string | int |
    | string | string | int |
Short answer: no
Long answer: if you did some very clever trickery with custom types and 
custom CellRenderers you could probably create that effect. Although if 
you just want ints and strings, you could possibly just store the ints 
in string form and then all the columns would be the same type, but 
that's a special case.
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]