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

Re: R: GtkTreeView and row separator?



I think it was like this but this is a perl gtk application so you will
have to make some changes.


$gdk_color = Gtk::Gdk::Color->parse_color( 'black' );
$style = new Gtk::Style;
$style->base('active',$gdk_color);
$clist{"$name"}->set_style($style);

On Tue, 2003-07-29 at 08:54, Deganello Aligi wrote:
>   Cause I have the same problem with Clist and you write that is possible to
> solve it, can you send me an example of how to do it?
> 
> 	Thanks.
> 
> 
> So no one knows how to make grids with GtkTreeView? It was possible with
> GtkClist. There you specified background and foreground colors on the
> Clist and then you had different colors on the widgets inside. 
> 
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list





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