Re: GtkTreeView: different renderes within one row?
- From: Felix Kater <fkater googlemail com>
- To: "Vivien Malerba" <vmalerba gmail com>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: GtkTreeView: different renderes within one row?
- Date: Thu, 31 May 2007 10:07:29 +0200
"Vivien Malerba" <vmalerba gmail com> wrote:
I'd like to create a two column list with simple text display on the
left but each row having a different renderer on the right (combo,
spin, entry).
I suggest you then create a custom cell renderer which will adapt
itself to the display you want for each row, and use that cell
renderer for the column on the right.
Oh, I see, thanks.
As I realized now the underlaying model will probably not even fit for
the various types of data in my column. I think I am going to hack a
GtkTable and some widgets for my purpose.
Felix
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]