Re: GTKCTree justification



On Mon, May 21, 2001 at 03:57:06AM -0600, rhfreeman wrote:
> Rolf,
> 
> > > Is it possible to use gtk_clist_set_column_justification() 
> > with a gtkctree?
> > > If so, can someone tell me how! I'd like my ctree to be 
> > right justified if
> > > that is possible?
> > As CTree is 'derived' (in C++ terms) from CList, it should be 
> > possible to set
> > justification of its columns with
> > gkt_clist_set_column_justification(GTK_CLIST(ctree_object), ...);
> > I don't know if this affects the orientation of the tree, 
> > just try it ;-)
> 
> Nah, it doesn't do anything which is a bit of a pain. Don't suppose you've
> got any other ideas?
> 
No, I'm afraid I don't know any other posibilty. I think you have to write your
own tree widget for that (or modidy CTree). Perhaps someone has done this before,
and you could search for it in the internet.

Regards

Rolf Schaeuble




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