Hi!

You can read the docs for the c api at developer.gnome.org.
Although it's for c, it's very useful...

http://developer.gnome.org/doc/API/2.0/gtk/index.html

/Fredrik


tor 2005-11-03 klockan 22:06 +0100 skrev xiii29:
> Thanks !
> 
> Working on but if you have some link for the doc  :-)  !
> 
> Bye.
> 
> 
> 
> László Monda wrote: 
> > Hi,
> > 
> >   
> > > I'm wondering how can I change the back colour of some row of a TreeView 
> > > ...
> > >     
> > 
> > Use a dedicated column in your TreeModel to to store the colors and map
> > them using TreeViewColumn.AddAttribute(CellRenderer, string, int) with
> > the "background_gdk" property.
> > 
> > I hope it's enought to start.
> > 
> > Ohhh, and read a lot of documentation, dude, because it's a complex
> > API ;)
> > 
> >   
> 
> _______________________________________________
> Gtk-sharp-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to