Re: TreeView (liststore?) questions



On 11/30/05, Intangir <intangir gmail com> wrote:
> how do i make a list with multiple (variable numbers) of images in some of
> its columns (text in some also)

It's all about the Gtk::CellRenderer and properties. You can add
multiple cell renderers to a column, and have them become visible
based on criteria you define (using property_visible, for example).

> also i want to be able to change the colors of whole ROWS not columns i
> sorta saw how to change how columns are rendered
> but i wanna change foreground/background colors of whole rows

Again, your friend the CellRenderer. :-) Make each column have the
same foreground/background color per row (via the
property_cell_background()) property, based on a flag in the row.

>
> thx
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
>


--
R. Douglas Barbieri
doug dooglio net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]