Re: [gtkmm] TreeView / List View Question



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]